Html Css Color HEX #243BDD Persian Blue

📋 copy color: '#243BDD'

red 36 ◦ green 59 ◦ blue 221

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

Shades of Persian Blue #243BDD

Tints of Persian Blue #243BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 69.94%

R = 11.39%
G = 18.67%
B = 69.94%

CMYK

 C value IS 0.84

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#243BDD (or 0x243BDD) is known color: Persian Blue. HEX triplet: 24, 3B and DD. RGB value is (36,59,221). Sum of RGB (Red+Green+Blue) = 36+59+221=316 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.39% from 316); Green value is 59 (23.44% from 255 or 18.67% from 316); Blue value is 221 (86.72% from 255 or 69.94% from 316); Max value from RGB is 221 - color contains mainly: blue. Hex color #243BDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #243BDD is #DBC422. Grayscale: #454545. Windows color (decimal): -14402595 or 14498596. OLE color: 14498596.

HSL color Cylindrical-coordinate representation of color #243BDD: hue angle of 232.54º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #243BDD is Cyan = 0.84, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 36 59 221 -
CMYK 0.84 0.73 0 0.13
HSL 232.54º 0.73% 0.5% -
HSV(B) 232.54º 0.84% 0.87% -
XYZ 15.34 8.72 69.28 -
YUV 70.59 212.88 103.33 -
System Red Green Blue C M Y K H S L
Decimal 36 59 221 0.84 0.73 0 0.13 232.54 0.73 0.5
Hex 24 3B DD 54 49 0 D E9 49 32
Octal 44 73 335 124 111 0 15 351 111 62
Binary 100100 111011 11011101 1010100 1001001 0 1101 11101001 1001001 110010

Color Harmonies of #243BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #243BDD

Black with #243BDD

Text Example


Text Example

White with #243BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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