Html Css Color HEX #243FE0 Persian Blue

📋 copy color: '#243FE0'

red 36 ◦ green 63 ◦ blue 224

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

Shades of Persian Blue #243FE0

Tints of Persian Blue #243FE0

RGB

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

 GREEN value IS 63 (25% from 255) = 19.5%

 BLUE value IS 224 (87.89% from 255) = 69.35%

R = 11.15%
G = 19.5%
B = 69.35%

CMYK

 C value IS 0.84

 M value IS 0.72

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#243FE0 (or 0x243FE0) is known color: Persian Blue. HEX triplet: 24, 3F and E0. RGB value is (36,63,224). Sum of RGB (Red+Green+Blue) = 36+63+224=323 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.15% from 323); Green value is 63 (25% from 255 or 19.50% from 323); Blue value is 224 (87.89% from 255 or 69.35% from 323); Max value from RGB is 224 - color contains mainly: blue. Hex color #243FE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #243FE0 is #DBC01F. Grayscale: #484848. Windows color (decimal): -14401568 or 14696228. OLE color: 14696228.

HSL color Cylindrical-coordinate representation of color #243FE0: hue angle of 231.38º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #243FE0 is Cyan = 0.84, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 36 63 224 -
CMYK 0.84 0.72 0 0.12
HSL 231.38º 0.75% 0.51% -
HSV(B) 231.38º 0.84% 0.88% -
XYZ 15.96 9.31 71.48 -
YUV 73.28 213.05 101.41 -
System Red Green Blue C M Y K H S L
Decimal 36 63 224 0.84 0.72 0 0.12 231.38 0.75 0.51
Hex 24 3F E0 54 48 0 C E7 4B 33
Octal 44 77 340 124 110 0 14 347 113 63
Binary 100100 111111 11100000 1010100 1001000 0 1100 11100111 1001011 110011

Color Harmonies of #243FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #243FE0

Black with #243FE0

Text Example


Text Example

White with #243FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #243FE0; }

 p { color: rgb(36,63,224); }

 H1.HeaderClassName
 {
   color: #243FE0;
 }
 .AnyTagClassName
 {
   color: #243FE0;
 }
</style>

background-color css

<style>
 a { background-color: #243FE0; }

 a { background-color: rgb(36,63,224); }

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

border-color css

<style>
 span { border-color: #243FE0; }

 span { border-color: rgb(36,63,224); }

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