Html Css Color HEX #24394F Regal Blue

📋 copy color: '#24394F'

red 36 ◦ green 57 ◦ blue 79

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

Shades of Regal Blue #24394F

Tints of Regal Blue #24394F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 33.14%

 BLUE value IS 79 (31.25% from 255) = 45.93%

R = 20.93%
G = 33.14%
B = 45.93%

CMYK

 C value IS 0.54

 M value IS 0.28

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#24394F (or 0x24394F) is known color: Regal Blue. HEX triplet: 24, 39 and 4F. RGB value is (36,57,79). Sum of RGB (Red+Green+Blue) = 36+57+79=172 (22% of max value = 765). Red value is 36 (14.45% from 255 or 20.93% from 172); Green value is 57 (22.66% from 255 or 33.14% from 172); Blue value is 79 (31.25% from 255 or 45.93% from 172); Max value from RGB is 79 - color contains mainly: blue. Hex color #24394F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24394F is #DBC6B0. Grayscale: #353535. Windows color (decimal): -14403249 or 5191972. OLE color: 5191972.

HSL color Cylindrical-coordinate representation of color #24394F: hue angle of 210.7º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #24394F is Cyan = 0.54, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 36 57 79 -
CMYK 0.54 0.28 0 0.69
HSL 210.7º 0.37% 0.23% -
HSV(B) 210.7º 0.54% 0.31% -
XYZ 3.6 3.87 7.95 -
YUV 53.23 142.54 115.71 -
System Red Green Blue C M Y K H S L
Decimal 36 57 79 0.54 0.28 0 0.69 210.7 0.37 0.23
Hex 24 39 4F 36 1C 0 45 D3 25 17
Octal 44 71 117 66 34 0 105 323 45 27
Binary 100100 111001 1001111 110110 11100 0 1000101 11010011 100101 10111

Color Harmonies of #24394F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24394F

Black with #24394F

Text Example


Text Example

White with #24394F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,57,79); }

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

background-color css

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

 a { background-color: rgb(36,57,79); }

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

border-color css

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

 span { border-color: rgb(36,57,79); }

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