#244F69

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

Shades of Arapawa #244F69

Tints of Arapawa #244F69

Color information

#244F69 (or 0x244F69) is unknown color: approx Arapawa. HEX triplet: 24, 4F and 69. RGB value is (36,79,105). Sum of RGB (Red+Green+Blue) = 36+79+105=220 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.36% from 220); Green value is 79 (31.25% from 255 or 35.91% from 220); Blue value is 105 (41.41% from 255 or 47.73% from 220); Max value from RGB is 105 - color contains mainly: blue. Hex color #244F69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #244F69 is #DBB096. Grayscale: #444444. Windows color (decimal): -14397591 or 6901540. OLE color: 6901540.

HSL color Cylindrical-coordinate representation of color #244F69: hue angle of 202.61º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #244F69 is Cyan = 0.66, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3679105-
CMYK0.660.2500.59
HSL202.61º48.94%27.65%-
HSV(B)202.61º65.71%41.18%-
XYZ6.076.9914.39-
YUV69.11148.25104.39-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.36%
GREEN value IS 79 (31.25% from 255) = 35.91%
BLUE value IS 105 (41.41% from 255) = 47.73%
R=16.36%
G=35.91%
B=47.73%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal36791050.660.2500.59202.6148.9427.65
Hex244F69421903Bcb311c
Octal44117151102310733136134
Binary1001001001111110100110000101100101110111100101111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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