Html Css Color HEX #244155 Regal Blue

📋 copy color: '#244155'

red 36 ◦ green 65 ◦ blue 85

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

Shades of Regal Blue #244155

Tints of Regal Blue #244155

RGB

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

 GREEN value IS 65 (25.78% from 255) = 34.95%

 BLUE value IS 85 (33.59% from 255) = 45.7%

R = 19.35%
G = 34.95%
B = 45.7%

CMYK

 C value IS 0.58

 M value IS 0.24

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#244155 (or 0x244155) is known color: Regal Blue. HEX triplet: 24, 41 and 55. RGB value is (36,65,85). Sum of RGB (Red+Green+Blue) = 36+65+85=186 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.35% from 186); Green value is 65 (25.78% from 255 or 34.95% from 186); Blue value is 85 (33.59% from 255 or 45.70% from 186); Max value from RGB is 85 - color contains mainly: blue. Hex color #244155 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244155 is #DBBEAA. Grayscale: #3A3A3A. Windows color (decimal): -14401195 or 5587236. OLE color: 5587236.

HSL color Cylindrical-coordinate representation of color #244155: hue angle of 204.49º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #244155 is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 36 65 85 -
CMYK 0.58 0.24 0 0.67
HSL 204.49º 0.4% 0.24% -
HSV(B) 204.49º 0.58% 0.33% -
XYZ 4.26 4.81 9.3 -
YUV 58.61 142.89 111.87 -
System Red Green Blue C M Y K H S L
Decimal 36 65 85 0.58 0.24 0 0.67 204.49 0.4 0.24
Hex 24 41 55 3A 18 0 43 CC 28 18
Octal 44 101 125 72 30 0 103 314 50 30
Binary 100100 1000001 1010101 111010 11000 0 1000011 11001100 101000 11000

Color Harmonies of #244155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #244155

Black with #244155

Text Example


Text Example

White with #244155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #244155; }

 p { color: rgb(36,65,85); }

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

background-color css

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

 a { background-color: rgb(36,65,85); }

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

border-color css

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

 span { border-color: rgb(36,65,85); }

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