#245166

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

Shades of Arapawa #245166

Tints of Arapawa #245166

Color information

#245166 (or 0x245166) is unknown color: approx Arapawa. HEX triplet: 24, 51 and 66. RGB value is (36,81,102). Sum of RGB (Red+Green+Blue) = 36+81+102=219 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.44% from 219); Green value is 81 (32.03% from 255 or 36.99% from 219); Blue value is 102 (40.23% from 255 or 46.58% from 219); Max value from RGB is 102 - color contains mainly: blue. Hex color #245166 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245166 is #DBAE99. Grayscale: #454545. Windows color (decimal): -14397082 or 6705444. OLE color: 6705444.

HSL color Cylindrical-coordinate representation of color #245166: hue angle of 199.09º degrees, saturation: 0.48, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #245166 is Cyan = 0.65, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB3681102-
CMYK0.650.2100.6
HSL199.09º47.83%27.06%-
HSV(B)199.09º64.71%40%-
XYZ6.077.2213.64-
YUV69.94146.09103.79-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.44%
GREEN value IS 81 (32.03% from 255) = 36.99%
BLUE value IS 102 (40.23% from 255) = 46.58%
R=16.44%
G=36.99%
B=46.58%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal36811020.650.2100.6199.0947.8327.06
Hex245166411503Cc7301b
Octal44121146101250743076033
Binary1001001010001110011010000011010101111001100011111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245166; }

 p { color: rgb(36,81,102); }

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

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

 a { background-color: rgb(36,81,102); }

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

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

 span { border-color: rgb(36,81,102); }

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