#244362

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

Shades of Regal Blue #244362

Tints of Regal Blue #244362

Color information

#244362 (or 0x244362) is unknown color: approx Regal Blue. HEX triplet: 24, 43 and 62. RGB value is (36,67,98). Sum of RGB (Red+Green+Blue) = 36+67+98=201 (26% of max value = 765). Red value is 36 (14.45% from 255 or 17.91% from 201); Green value is 67 (26.56% from 255 or 33.33% from 201); Blue value is 98 (38.67% from 255 or 48.76% from 201); Max value from RGB is 98 - color contains mainly: blue. Hex color #244362 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244362 is #DBBC9D. Grayscale: #3D3D3D. Windows color (decimal): -14400670 or 6439716. OLE color: 6439716.

HSL color Cylindrical-coordinate representation of color #244362: hue angle of 210º 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 #244362 is Cyan = 0.63, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB366798-
CMYK0.630.3200.62
HSL210º46.27%26.27%-
HSV(B)210º63.27%38.43%-
XYZ4.945.2712.31-
YUV61.26148.73109.98-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 17.91%
GREEN value IS 67 (26.56% from 255) = 33.33%
BLUE value IS 98 (38.67% from 255) = 48.76%
R=17.91%
G=33.33%
B=48.76%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3667980.630.3200.6221046.2726.27
Hex2443623F2003Ed22e1a
Octal4410314277400763225632
Binary1001001000011110001011111110000001111101101001010111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #244362; }

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

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

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

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

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

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

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

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