#245068

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

Shades of Arapawa #245068

Tints of Arapawa #245068

Color information

#245068 (or 0x245068) is unknown color: approx Arapawa. HEX triplet: 24, 50 and 68. RGB value is (36,80,104). Sum of RGB (Red+Green+Blue) = 36+80+104=220 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.36% from 220); Green value is 80 (31.64% from 255 or 36.36% from 220); Blue value is 104 (41.02% from 255 or 47.27% from 220); Max value from RGB is 104 - color contains mainly: blue. Hex color #245068 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245068 is #DBAF97. Grayscale: #454545. Windows color (decimal): -14397336 or 6836260. OLE color: 6836260.

HSL color Cylindrical-coordinate representation of color #245068: hue angle of 201.18º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #245068 is Cyan = 0.65, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3680104-
CMYK0.650.2300.59
HSL201.18º48.57%27.45%-
HSV(B)201.18º65.38%40.78%-
XYZ6.097.1114.15-
YUV69.58147.42104.05-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.36%
GREEN value IS 80 (31.64% from 255) = 36.36%
BLUE value IS 104 (41.02% from 255) = 47.27%
R=16.36%
G=36.36%
B=47.27%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal36801040.650.2300.59201.1848.5727.45
Hex245068411703Bc9311b
Octal44120150101270733116133
Binary1001001010000110100010000011011101110111100100111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245068; }

 p { color: rgb(36,80,104); }

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

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

 a { background-color: rgb(36,80,104); }

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

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

 span { border-color: rgb(36,80,104); }

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