#244C5C

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

Shades of Arapawa #244C5C

Tints of Arapawa #244C5C

Color information

#244C5C (or 0x244C5C) is unknown color: approx Arapawa. HEX triplet: 24, 4C and 5C. RGB value is (36,76,92). Sum of RGB (Red+Green+Blue) = 36+76+92=204 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.65% from 204); Green value is 76 (30.08% from 255 or 37.25% from 204); Blue value is 92 (36.33% from 255 or 45.10% from 204); Max value from RGB is 92 - color contains mainly: blue. Hex color #244C5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244C5C is #DBB3A3. Grayscale: #414141. Windows color (decimal): -14398372 or 6048804. OLE color: 6048804.

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

Color convert

RGB367692-
CMYK0.610.1700.64
HSL197.14º43.75%25.1%-
HSV(B)197.14º60.87%36.08%-
XYZ5.246.3211.07-
YUV65.86142.75106.7-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 17.65%
GREEN value IS 76 (30.08% from 255) = 37.25%
BLUE value IS 92 (36.33% from 255) = 45.10%
R=17.65%
G=37.25%
B=45.10%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3676920.610.1700.64197.1443.7525.1
Hex244C5C3D11040c52c19
Octal44114134752101003055431
Binary1001001001100101110011110110001010000001100010110110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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