Html Css Color HEX #242ECC Persian Blue

📋 copy color: '#242ECC'

red 36 ◦ green 46 ◦ blue 204

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

Shades of Persian Blue #242ECC

Tints of Persian Blue #242ECC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 16.08%

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

R = 12.59%
G = 16.08%
B = 71.33%

CMYK

 C value IS 0.82

 M value IS 0.77

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#242ECC (or 0x242ECC) is known color: Persian Blue. HEX triplet: 24, 2E and CC. RGB value is (36,46,204). Sum of RGB (Red+Green+Blue) = 36+46+204=286 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.59% from 286); Green value is 46 (18.36% from 255 or 16.08% from 286); Blue value is 204 (80.08% from 255 or 71.33% from 286); Max value from RGB is 204 - color contains mainly: blue. Hex color #242ECC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #242ECC is #DBD133. Grayscale: #3C3C3C. Windows color (decimal): -14405940 or 13381156. OLE color: 13381156.

HSL color Cylindrical-coordinate representation of color #242ECC: hue angle of 236.43º 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 #242ECC is Cyan = 0.82, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 36 46 204 -
CMYK 0.82 0.77 0 0.2
HSL 236.43º 0.7% 0.47% -
HSV(B) 236.43º 0.82% 0.8% -
XYZ 12.6 6.69 57.75 -
YUV 61.02 208.69 110.15 -
System Red Green Blue C M Y K H S L
Decimal 36 46 204 0.82 0.77 0 0.2 236.43 0.7 0.47
Hex 24 2E CC 52 4D 0 14 EC 46 2F
Octal 44 56 314 122 115 0 24 354 106 57
Binary 100100 101110 11001100 1010010 1001101 0 10100 11101100 1000110 101111

Color Harmonies of #242ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242ECC

Black with #242ECC

Text Example


Text Example

White with #242ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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