Html Css Color HEX #243FDA Persian Blue

📋 copy color: '#243FDA'

red 36 ◦ green 63 ◦ blue 218

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

Shades of Persian Blue #243FDA

Tints of Persian Blue #243FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 68.77%

R = 11.36%
G = 19.87%
B = 68.77%

CMYK

 C value IS 0.83

 M value IS 0.71

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#243FDA (or 0x243FDA) is known color: Persian Blue. HEX triplet: 24, 3F and DA. RGB value is (36,63,218). Sum of RGB (Red+Green+Blue) = 36+63+218=317 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.36% from 317); Green value is 63 (25% from 255 or 19.87% from 317); Blue value is 218 (85.55% from 255 or 68.77% from 317); Max value from RGB is 218 - color contains mainly: blue. Hex color #243FDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #243FDA is #DBC025. Grayscale: #474747. Windows color (decimal): -14401574 or 14303012. OLE color: 14303012.

HSL color Cylindrical-coordinate representation of color #243FDA: hue angle of 231.1º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #243FDA is Cyan = 0.83, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 36 63 218 -
CMYK 0.83 0.71 0 0.15
HSL 231.1º 0.72% 0.5% -
HSV(B) 231.1º 0.83% 0.85% -
XYZ 15.16 8.99 67.27 -
YUV 72.6 210.05 101.9 -
System Red Green Blue C M Y K H S L
Decimal 36 63 218 0.83 0.71 0 0.15 231.1 0.72 0.5
Hex 24 3F DA 53 47 0 F E7 48 32
Octal 44 77 332 123 107 0 17 347 110 62
Binary 100100 111111 11011010 1010011 1000111 0 1111 11100111 1001000 110010

Color Harmonies of #243FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #243FDA

Black with #243FDA

Text Example


Text Example

White with #243FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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