Html Css Color HEX #243ECC Persian Blue

📋 copy color: '#243ECC'

red 36 ◦ green 62 ◦ blue 204

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

Shades of Persian Blue #243ECC

Tints of Persian Blue #243ECC

RGB

 RED value IS 36 (14.45% from 255) = 11.92%

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

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

R = 11.92%
G = 20.53%
B = 67.55%

CMYK

 C value IS 0.82

 M value IS 0.70

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#243ECC (or 0x243ECC) is known color: Persian Blue. HEX triplet: 24, 3E and CC. RGB value is (36,62,204). Sum of RGB (Red+Green+Blue) = 36+62+204=302 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.92% from 302); Green value is 62 (24.61% from 255 or 20.53% from 302); Blue value is 204 (80.08% from 255 or 67.55% from 302); Max value from RGB is 204 - color contains mainly: blue. Hex color #243ECC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #243ECC is #DBC133. Grayscale: #454545. Windows color (decimal): -14401844 or 13385252. OLE color: 13385252.

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

Color convert

RGB 36 62 204 -
CMYK 0.82 0.70 0 0.2
HSL 230.71º 0.7% 0.47% -
HSV(B) 230.71º 0.82% 0.8% -
XYZ 13.35 8.18 58 -
YUV 70.41 203.39 103.45 -
System Red Green Blue C M Y K H S L
Decimal 36 62 204 0.82 0.70 0 0.2 230.71 0.7 0.47
Hex 24 3E CC 52 46 0 14 E7 46 2F
Octal 44 76 314 122 106 0 24 347 106 57
Binary 100100 111110 11001100 1010010 1000110 0 10100 11100111 1000110 101111

Color Harmonies of #243ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #243ECC

Black with #243ECC

Text Example


Text Example

White with #243ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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