#245262

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

Shades of Arapawa #245262

Tints of Arapawa #245262

Color information

#245262 (or 0x245262) is unknown color: approx Arapawa. HEX triplet: 24, 52 and 62. RGB value is (36,82,98). Sum of RGB (Red+Green+Blue) = 36+82+98=216 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.67% from 216); Green value is 82 (32.42% from 255 or 37.96% from 216); Blue value is 98 (38.67% from 255 or 45.37% from 216); Max value from RGB is 98 - color contains mainly: blue. Hex color #245262 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245262 is #DBAD9D. Grayscale: #454545. Windows color (decimal): -14396830 or 6443556. OLE color: 6443556.

HSL color Cylindrical-coordinate representation of color #245262: hue angle of 195.48º degrees, saturation: 0.46, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #245262 is Cyan = 0.63, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB368298-
CMYK0.630.1600.62
HSL195.48º46.27%26.27%-
HSV(B)195.48º63.27%38.43%-
XYZ5.957.2912.65-
YUV70.07143.76103.7-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.67%
GREEN value IS 82 (32.42% from 255) = 37.96%
BLUE value IS 98 (38.67% from 255) = 45.37%
R=16.67%
G=37.96%
B=45.37%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3682980.630.1600.62195.4846.2726.27
Hex2452623F1003Ec32e1a
Octal4412214277200763035632
Binary100100101001011000101111111000001111101100001110111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245262; }

 p { color: rgb(36,82,98); }

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

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

 a { background-color: rgb(36,82,98); }

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

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

 span { border-color: rgb(36,82,98); }

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