Html Css Color HEX #241DB8 Persian Blue

📋 copy color: '#241DB8'

red 36 ◦ green 29 ◦ blue 184

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

Shades of Persian Blue #241DB8

Tints of Persian Blue #241DB8

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.65%

 BLUE value IS 184 (72.27% from 255) = 73.9%

R = 14.46%
G = 11.65%
B = 73.9%

CMYK

 C value IS 0.80

 M value IS 0.84

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#241DB8 (or 0x241DB8) is known color: Persian Blue. HEX triplet: 24, 1D and B8. RGB value is (36,29,184). Sum of RGB (Red+Green+Blue) = 36+29+184=249 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.46% from 249); Green value is 29 (11.72% from 255 or 11.65% from 249); Blue value is 184 (72.27% from 255 or 73.90% from 249); Max value from RGB is 184 - color contains mainly: blue. Hex color #241DB8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #241DB8 is #DBE247. Grayscale: #303030. Windows color (decimal): -14410312 or 12066084. OLE color: 12066084.

HSL color Cylindrical-coordinate representation of color #241DB8: hue angle of 242.71º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #241DB8 is Cyan = 0.80, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 36 29 184 -
CMYK 0.80 0.84 0 0.28
HSL 242.71º 0.73% 0.42% -
HSV(B) 242.71º 0.84% 0.72% -
XYZ 9.82 4.71 45.74 -
YUV 48.76 204.32 118.9 -
System Red Green Blue C M Y K H S L
Decimal 36 29 184 0.80 0.84 0 0.28 242.71 0.73 0.42
Hex 24 1D B8 50 54 0 1C F3 49 2A
Octal 44 35 270 120 124 0 34 363 111 52
Binary 100100 11101 10111000 1010000 1010100 0 11100 11110011 1001001 101010

Color Harmonies of #241DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241DB8

Black with #241DB8

Text Example


Text Example

White with #241DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241DB8; }

 p { color: rgb(36,29,184); }

 H1.HeaderClassName
 {
   color: #241DB8;
 }
 .AnyTagClassName
 {
   color: #241DB8;
 }
</style>

background-color css

<style>
 a { background-color: #241DB8; }

 a { background-color: rgb(36,29,184); }

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

border-color css

<style>
 span { border-color: #241DB8; }

 span { border-color: rgb(36,29,184); }

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