Html Css Color HEX #242EC9 Persian Blue

📋 copy color: '#242EC9'

red 36 ◦ green 46 ◦ blue 201

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

Shades of Persian Blue #242EC9

Tints of Persian Blue #242EC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 71.02%

R = 12.72%
G = 16.25%
B = 71.02%

CMYK

 C value IS 0.82

 M value IS 0.77

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#242EC9 (or 0x242EC9) is known color: Persian Blue. HEX triplet: 24, 2E and C9. RGB value is (36,46,201). Sum of RGB (Red+Green+Blue) = 36+46+201=283 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.72% from 283); Green value is 46 (18.36% from 255 or 16.25% from 283); Blue value is 201 (78.91% from 255 or 71.02% from 283); Max value from RGB is 201 - color contains mainly: blue. Hex color #242EC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #242EC9 is #DBD136. Grayscale: #3C3C3C. Windows color (decimal): -14405943 or 13184548. OLE color: 13184548.

HSL color Cylindrical-coordinate representation of color #242EC9: hue angle of 236.36º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #242EC9 is Cyan = 0.82, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 36 46 201 -
CMYK 0.82 0.77 0 0.21
HSL 236.36º 0.7% 0.46% -
HSV(B) 236.36º 0.82% 0.79% -
XYZ 12.25 6.55 55.88 -
YUV 60.68 207.19 110.4 -
System Red Green Blue C M Y K H S L
Decimal 36 46 201 0.82 0.77 0 0.21 236.36 0.7 0.46
Hex 24 2E C9 52 4D 0 15 EC 46 2E
Octal 44 56 311 122 115 0 25 354 106 56
Binary 100100 101110 11001001 1010010 1001101 0 10101 11101100 1000110 101110

Color Harmonies of #242EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242EC9

Black with #242EC9

Text Example


Text Example

White with #242EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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