#2334C3

Color #2334C3 Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #2334C3

Tints of Persian Blue #2334C3

Color information

#2334C3 (or 0x2334C3) is unknown color: approx Persian Blue. HEX triplet: 23, 34 and C3. RGB value is (35,52,195). Sum of RGB (Red+Green+Blue) = 35+52+195=282 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.41% from 282); Green value is 52 (20.70% from 255 or 18.44% from 282); Blue value is 195 (76.56% from 255 or 69.15% from 282); Max value from RGB is 195 - color contains mainly: blue. Hex color #2334C3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2334C3 is #DCCB3C. Grayscale: #3E3E3E. Windows color (decimal): -14469949 or 12792867. OLE color: 12792867.

HSL color Cylindrical-coordinate representation of color #2334C3: hue angle of 233.62º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2334C3 is Cyan = 0.82, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB3552195-
CMYK0.820.7300.24
HSL233.62º69.57%45.1%-
HSV(B)233.62º82.05%76.47%-
XYZ11.776.7552.31-
YUV63.22202.37107.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 35 (14.06% from 255) = 12.41%
GREEN value IS 52 (20.70% from 255) = 18.44%
BLUE value IS 195 (76.56% from 255) = 69.15%
R=12.41%
G=18.44%
B=69.15%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal35521950.820.7300.24233.6269.5745.1
Hex2334C35249018ea462d
Octal436430312211103035210655
Binary1000111101001100001110100101001001011000111010101000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2334C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2334C3; }

 p { color: rgb(35,52,195); }

 H1.HeaderClassName
 {
   color: #2334C3;
 }
 .AnyTagClassName
 {
   color: #2334C3;
 }
</style>
background-color css

<style>
 a { background-color: #2334C3; }

 a { background-color: rgb(35,52,195); }

 div.DivClassName
 {
   background-color: #2334C3;
 }
 .BgClassName
 {
   background-color: #2334C3;
 }
</style>
border-color css

<style>
 span { border-color: #2334C3; }

 span { border-color: rgb(35,52,195); }

 td.TdClassName
 {
   border-color: #2334C3;
 }
 .TagClassName
 {
   border-color: #2334C3;
 }
</style>