Html Css Color HEX #244460 Regal Blue

📋 copy color: '#244460'

red 36 ◦ green 68 ◦ blue 96

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

Shades of Regal Blue #244460

Tints of Regal Blue #244460

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 48%

R = 18%
G = 34%
B = 48%

CMYK

 C value IS 0.62

 M value IS 0.29

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#244460 (or 0x244460) is known color: Regal Blue. HEX triplet: 24, 44 and 60. RGB value is (36,68,96). Sum of RGB (Red+Green+Blue) = 36+68+96=200 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18% from 200); Green value is 68 (26.95% from 255 or 34% from 200); Blue value is 96 (37.89% from 255 or 48% from 200); Max value from RGB is 96 - color contains mainly: blue. Hex color #244460 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244460 is #DBBB9F. Grayscale: #3D3D3D. Windows color (decimal): -14400416 or 6308900. OLE color: 6308900.

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

Color convert

RGB 36 68 96 -
CMYK 0.62 0.29 0 0.62
HSL 208º 0.45% 0.26% -
HSV(B) 208º 0.63% 0.38% -
XYZ 4.91 5.35 11.84 -
YUV 61.62 147.4 109.72 -
System Red Green Blue C M Y K H S L
Decimal 36 68 96 0.62 0.29 0 0.62 208 0.45 0.26
Hex 24 44 60 3E 1D 0 3E D0 2D 1A
Octal 44 104 140 76 35 0 76 320 55 32
Binary 100100 1000100 1100000 111110 11101 0 111110 11010000 101101 11010

Color Harmonies of #244460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #244460

Black with #244460

Text Example


Text Example

White with #244460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #244460; }

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

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

background-color css

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

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

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

border-color css

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

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

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