#244B5C

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

Shades of Arapawa #244B5C

Tints of Arapawa #244B5C

Color information

#244B5C (or 0x244B5C) is unknown color: approx Arapawa. HEX triplet: 24, 4B and 5C. RGB value is (36,75,92). Sum of RGB (Red+Green+Blue) = 36+75+92=203 (26% of max value = 765). Red value is 36 (14.45% from 255 or 17.73% from 203); Green value is 75 (29.69% from 255 or 36.95% from 203); Blue value is 92 (36.33% from 255 or 45.32% from 203); Max value from RGB is 92 - color contains mainly: blue. Hex color #244B5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244B5C is #DBB4A3. Grayscale: #414141. Windows color (decimal): -14398628 or 6048548. OLE color: 6048548.

HSL color Cylindrical-coordinate representation of color #244B5C: hue angle of 198.21º 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 #244B5C is Cyan = 0.61, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB367592-
CMYK0.610.1800.64
HSL198.21º43.75%25.1%-
HSV(B)198.21º60.87%36.08%-
XYZ5.186.1811.05-
YUV65.28143.08107.12-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 17.73%
GREEN value IS 75 (29.69% from 255) = 36.95%
BLUE value IS 92 (36.33% from 255) = 45.32%
R=17.73%
G=36.95%
B=45.32%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3675920.610.1800.64198.2143.7525.1
Hex244B5C3D12040c62c19
Octal44113134752201003065431
Binary1001001001011101110011110110010010000001100011010110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,75,92); }

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

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

 a { background-color: rgb(36,75,92); }

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

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

 span { border-color: rgb(36,75,92); }

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