Html Css Color HEX #242FCC Persian Blue

📋 copy color: '#242FCC'

red 36 ◦ green 47 ◦ blue 204

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

Shades of Persian Blue #242FCC

Tints of Persian Blue #242FCC

RGB

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

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

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

R = 12.54%
G = 16.38%
B = 71.08%

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

#242FCC (or 0x242FCC) is known color: Persian Blue. HEX triplet: 24, 2F and CC. RGB value is (36,47,204). Sum of RGB (Red+Green+Blue) = 36+47+204=287 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.54% from 287); Green value is 47 (18.75% from 255 or 16.38% from 287); Blue value is 204 (80.08% from 255 or 71.08% from 287); Max value from RGB is 204 - color contains mainly: blue. Hex color #242FCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #242FCC is #DBD033. Grayscale: #3C3C3C. Windows color (decimal): -14405684 or 13381412. OLE color: 13381412.

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

Color convert

RGB 36 47 204 -
CMYK 0.82 0.77 0 0.2
HSL 236.07º 0.7% 0.47% -
HSV(B) 236.07º 0.82% 0.8% -
XYZ 12.64 6.77 57.77 -
YUV 61.61 208.36 109.73 -
System Red Green Blue C M Y K H S L
Decimal 36 47 204 0.82 0.77 0 0.2 236.07 0.7 0.47
Hex 24 2F CC 52 4D 0 14 EC 46 2F
Octal 44 57 314 122 115 0 24 354 106 57
Binary 100100 101111 11001100 1010010 1001101 0 10100 11101100 1000110 101111

Color Harmonies of #242FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242FCC

Black with #242FCC

Text Example


Text Example

White with #242FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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