#244F5D

Color #244F5D Arapawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Arapawa #244F5D

Tints of Arapawa #244F5D

Color information

#244F5D (or 0x244F5D) is unknown color: approx Arapawa. HEX triplet: 24, 4F and 5D. RGB value is (36,79,93). Sum of RGB (Red+Green+Blue) = 36+79+93=208 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.31% from 208); Green value is 79 (31.25% from 255 or 37.98% from 208); Blue value is 93 (36.72% from 255 or 44.71% from 208); Max value from RGB is 93 - color contains mainly: blue. Hex color #244F5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #244F5D is #DBB0A2. Grayscale: #434343. Windows color (decimal): -14397603 or 6115108. OLE color: 6115108.

HSL color Cylindrical-coordinate representation of color #244F5D: hue angle of 194.74º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #244F5D is Cyan = 0.61, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB367993-
CMYK0.610.1500.64
HSL194.74º44.19%25.29%-
HSV(B)194.74º61.29%36.47%-
XYZ5.56.7611.37-
YUV67.74142.25105.36-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 17.31%
GREEN value IS 79 (31.25% from 255) = 37.98%
BLUE value IS 93 (36.72% from 255) = 44.71%
R=17.31%
G=37.98%
B=44.71%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3679930.610.1500.64194.7444.1925.29
Hex244F5D3DF040c32c19
Octal44117135751701003035431
Binary100100100111110111011111011111010000001100001110110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #244F5D; }

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

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

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

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

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

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

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

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