Html Css Color HEX #243BD9 Persian Blue

📋 copy color: '#243BD9'

red 36 ◦ green 59 ◦ blue 217

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

Shades of Persian Blue #243BD9

Tints of Persian Blue #243BD9

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.91%

 BLUE value IS 217 (85.16% from 255) = 69.55%

R = 11.54%
G = 18.91%
B = 69.55%

CMYK

 C value IS 0.83

 M value IS 0.73

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#243BD9 (or 0x243BD9) is known color: Persian Blue. HEX triplet: 24, 3B and D9. RGB value is (36,59,217). Sum of RGB (Red+Green+Blue) = 36+59+217=312 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.54% from 312); Green value is 59 (23.44% from 255 or 18.91% from 312); Blue value is 217 (85.16% from 255 or 69.55% from 312); Max value from RGB is 217 - color contains mainly: blue. Hex color #243BD9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #243BD9 is #DBC426. Grayscale: #454545. Windows color (decimal): -14402599 or 14236452. OLE color: 14236452.

HSL color Cylindrical-coordinate representation of color #243BD9: hue angle of 232.38º 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 #243BD9 is Cyan = 0.83, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 36 59 217 -
CMYK 0.83 0.73 0 0.15
HSL 232.38º 0.72% 0.5% -
HSV(B) 232.38º 0.83% 0.85% -
XYZ 14.82 8.51 66.51 -
YUV 70.14 210.88 103.65 -
System Red Green Blue C M Y K H S L
Decimal 36 59 217 0.83 0.73 0 0.15 232.38 0.72 0.5
Hex 24 3B D9 53 49 0 F E8 48 32
Octal 44 73 331 123 111 0 17 350 110 62
Binary 100100 111011 11011001 1010011 1001001 0 1111 11101000 1001000 110010

Color Harmonies of #243BD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #243BD9

Black with #243BD9

Text Example


Text Example

White with #243BD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,59,217); }

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

background-color css

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

 a { background-color: rgb(36,59,217); }

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

border-color css

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

 span { border-color: rgb(36,59,217); }

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