Html Css Color HEX #242DCC Persian Blue

📋 copy color: '#242DCC'

red 36 ◦ green 45 ◦ blue 204

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

Shades of Persian Blue #242DCC

Tints of Persian Blue #242DCC

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.79%

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

R = 12.63%
G = 15.79%
B = 71.58%

CMYK

 C value IS 0.82

 M value IS 0.78

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#242DCC (or 0x242DCC) is known color: Persian Blue. HEX triplet: 24, 2D and CC. RGB value is (36,45,204). Sum of RGB (Red+Green+Blue) = 36+45+204=285 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.63% from 285); Green value is 45 (17.97% from 255 or 15.79% from 285); Blue value is 204 (80.08% from 255 or 71.58% from 285); Max value from RGB is 204 - color contains mainly: blue. Hex color #242DCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #242DCC is #DBD233. Grayscale: #3B3B3B. Windows color (decimal): -14406196 or 13380900. OLE color: 13380900.

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

Color convert

RGB 36 45 204 -
CMYK 0.82 0.78 0 0.2
HSL 236.79º 0.7% 0.47% -
HSV(B) 236.79º 0.82% 0.8% -
XYZ 12.57 6.61 57.74 -
YUV 60.44 209.02 110.57 -
System Red Green Blue C M Y K H S L
Decimal 36 45 204 0.82 0.78 0 0.2 236.79 0.7 0.47
Hex 24 2D CC 52 4E 0 14 ED 46 2F
Octal 44 55 314 122 116 0 24 355 106 57
Binary 100100 101101 11001100 1010010 1001110 0 10100 11101101 1000110 101111

Color Harmonies of #242DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242DCC

Black with #242DCC

Text Example


Text Example

White with #242DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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