#244562

Color #244562 Regal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Regal Blue #244562

Tints of Regal Blue #244562

Color information

#244562 (or 0x244562) is unknown color: approx Regal Blue. HEX triplet: 24, 45 and 62. RGB value is (36,69,98). Sum of RGB (Red+Green+Blue) = 36+69+98=203 (26% of max value = 765). Red value is 36 (14.45% from 255 or 17.73% from 203); Green value is 69 (27.34% from 255 or 33.99% from 203); Blue value is 98 (38.67% from 255 or 48.28% from 203); Max value from RGB is 98 - color contains mainly: blue. Hex color #244562 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244562 is #DBBA9D. Grayscale: #3E3E3E. Windows color (decimal): -14400158 or 6440228. OLE color: 6440228.

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

Color convert

RGB366998-
CMYK0.630.3000.62
HSL208.06º46.27%26.27%-
HSV(B)208.06º63.27%38.43%-
XYZ5.065.5112.35-
YUV62.44148.07109.14-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 17.73%
GREEN value IS 69 (27.34% from 255) = 33.99%
BLUE value IS 98 (38.67% from 255) = 48.28%
R=17.73%
G=33.99%
B=48.28%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3669980.630.3000.62208.0646.2726.27
Hex2445623F1E03Ed02e1a
Octal4410514277360763205632
Binary100100100010111000101111111111001111101101000010111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #244562; }

 p { color: rgb(36,69,98); }

 H1.HeaderClassName
 {
   color: #244562;
 }
 .AnyTagClassName
 {
   color: #244562;
 }
</style>
background-color css

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

 a { background-color: rgb(36,69,98); }

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

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

 span { border-color: rgb(36,69,98); }

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