Html Css Color HEX #233ECC Persian Blue

📋 copy color: '#233ECC'

red 35 ◦ green 62 ◦ blue 204

#233ECC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #233ECC

Tints of Persian Blue #233ECC

RGB

 RED value IS 35 (14.06% from 255) = 11.63%

 GREEN value IS 62 (24.61% from 255) = 20.6%

 BLUE value IS 204 (80.08% from 255) = 67.77%

R = 11.63%
G = 20.6%
B = 67.77%

CMYK

 C value IS 0.83

 M value IS 0.70

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#233ECC (or 0x233ECC) is known color: Persian Blue. HEX triplet: 23, 3E and CC. RGB value is (35,62,204). Sum of RGB (Red+Green+Blue) = 35+62+204=301 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.63% from 301); Green value is 62 (24.61% from 255 or 20.60% from 301); Blue value is 204 (80.08% from 255 or 67.77% from 301); Max value from RGB is 204 - color contains mainly: blue. Hex color #233ECC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #233ECC is #DCC133. Grayscale: #454545. Windows color (decimal): -14467380 or 13385251. OLE color: 13385251.

HSL color Cylindrical-coordinate representation of color #233ECC: hue angle of 230.41º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #233ECC is Cyan = 0.83, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 35 62 204 -
CMYK 0.83 0.70 0 0.2
HSL 230.41º 0.71% 0.47% -
HSV(B) 230.41º 0.83% 0.8% -
XYZ 13.31 8.16 58 -
YUV 70.12 203.55 102.95 -
System Red Green Blue C M Y K H S L
Decimal 35 62 204 0.83 0.70 0 0.2 230.41 0.71 0.47
Hex 23 3E CC 53 46 0 14 E6 47 2F
Octal 43 76 314 123 106 0 24 346 107 57
Binary 100011 111110 11001100 1010011 1000110 0 10100 11100110 1000111 101111

Color Harmonies of #233ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233ECC

Black with #233ECC

Text Example


Text Example

White with #233ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #233ECC; }

 p { color: rgb(35,62,204); }

 H1.HeaderClassName
 {
   color: #233ECC;
 }
 .AnyTagClassName
 {
   color: #233ECC;
 }
</style>

background-color css

<style>
 a { background-color: #233ECC; }

 a { background-color: rgb(35,62,204); }

 div.DivClassName
 {
   background-color: #233ECC;
 }
 .BgClassName
 {
   background-color: #233ECC;
 }
</style>

border-color css

<style>
 span { border-color: #233ECC; }

 span { border-color: rgb(35,62,204); }

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