Html Css Color HEX #24445F Regal Blue

📋 copy color: '#24445F'

red 36 ◦ green 68 ◦ blue 95

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

Shades of Regal Blue #24445F

Tints of Regal Blue #24445F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 34.17%

 BLUE value IS 95 (37.5% from 255) = 47.74%

R = 18.09%
G = 34.17%
B = 47.74%

CMYK

 C value IS 0.62

 M value IS 0.28

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#24445F (or 0x24445F) is known color: Regal Blue. HEX triplet: 24, 44 and 5F. RGB value is (36,68,95). Sum of RGB (Red+Green+Blue) = 36+68+95=199 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18.09% from 199); Green value is 68 (26.95% from 255 or 34.17% from 199); Blue value is 95 (37.5% from 255 or 47.74% from 199); Max value from RGB is 95 - color contains mainly: blue. Hex color #24445F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24445F is #DBBBA0. Grayscale: #3D3D3D. Windows color (decimal): -14400417 or 6243364. OLE color: 6243364.

HSL color Cylindrical-coordinate representation of color #24445F: hue angle of 207.46º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #24445F is Cyan = 0.62, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 36 68 95 -
CMYK 0.62 0.28 0 0.63
HSL 207.46º 0.45% 0.26% -
HSV(B) 207.46º 0.62% 0.37% -
XYZ 4.86 5.34 11.6 -
YUV 61.51 146.9 109.8 -
System Red Green Blue C M Y K H S L
Decimal 36 68 95 0.62 0.28 0 0.63 207.46 0.45 0.26
Hex 24 44 5F 3E 1C 0 3F CF 2D 1A
Octal 44 104 137 76 34 0 77 317 55 32
Binary 100100 1000100 1011111 111110 11100 0 111111 11001111 101101 11010

Color Harmonies of #24445F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24445F

Black with #24445F

Text Example


Text Example

White with #24445F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24445F; }

 p { color: rgb(36,68,95); }

 H1.HeaderClassName
 {
   color: #24445F;
 }
 .AnyTagClassName
 {
   color: #24445F;
 }
</style>

background-color css

<style>
 a { background-color: #24445F; }

 a { background-color: rgb(36,68,95); }

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

border-color css

<style>
 span { border-color: #24445F; }

 span { border-color: rgb(36,68,95); }

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