Html Css Color HEX #242FCE Persian Blue

📋 copy color: '#242FCE'

red 36 ◦ green 47 ◦ blue 206

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

Shades of Persian Blue #242FCE

Tints of Persian Blue #242FCE

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.26%

 BLUE value IS 206 (80.86% from 255) = 71.28%

R = 12.46%
G = 16.26%
B = 71.28%

CMYK

 C value IS 0.83

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#242FCE (or 0x242FCE) is known color: Persian Blue. HEX triplet: 24, 2F and CE. RGB value is (36,47,206). Sum of RGB (Red+Green+Blue) = 36+47+206=289 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.46% from 289); Green value is 47 (18.75% from 255 or 16.26% from 289); Blue value is 206 (80.86% from 255 or 71.28% from 289); Max value from RGB is 206 - color contains mainly: blue. Hex color #242FCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #242FCE is #DBD031. Grayscale: #3D3D3D. Windows color (decimal): -14405682 or 13512484. OLE color: 13512484.

HSL color Cylindrical-coordinate representation of color #242FCE: hue angle of 236.12º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #242FCE is Cyan = 0.83, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 36 47 206 -
CMYK 0.83 0.77 0 0.19
HSL 236.12º 0.7% 0.47% -
HSV(B) 236.12º 0.83% 0.81% -
XYZ 12.88 6.86 59.04 -
YUV 61.84 209.36 109.57 -
System Red Green Blue C M Y K H S L
Decimal 36 47 206 0.83 0.77 0 0.19 236.12 0.7 0.47
Hex 24 2F CE 53 4D 0 13 EC 46 2F
Octal 44 57 316 123 115 0 23 354 106 57
Binary 100100 101111 11001110 1010011 1001101 0 10011 11101100 1000110 101111

Color Harmonies of #242FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242FCE

Black with #242FCE

Text Example


Text Example

White with #242FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,47,206); }

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

background-color css

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

 a { background-color: rgb(36,47,206); }

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

border-color css

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

 span { border-color: rgb(36,47,206); }

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