#245367

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

Shades of Arapawa #245367

Tints of Arapawa #245367

Color information

#245367 (or 0x245367) is unknown color: approx Arapawa. HEX triplet: 24, 53 and 67. RGB value is (36,83,103). Sum of RGB (Red+Green+Blue) = 36+83+103=222 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.22% from 222); Green value is 83 (32.81% from 255 or 37.39% from 222); Blue value is 103 (40.62% from 255 or 46.40% from 222); Max value from RGB is 103 - color contains mainly: blue. Hex color #245367 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245367 is #DBAC98. Grayscale: #474747. Windows color (decimal): -14396569 or 6771492. OLE color: 6771492.

HSL color Cylindrical-coordinate representation of color #245367: hue angle of 197.91º 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 #245367 is Cyan = 0.65, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB3683103-
CMYK0.650.1900.60
HSL197.91º48.2%27.25%-
HSV(B)197.91º65.05%40.39%-
XYZ6.277.5413.96-
YUV71.23145.93102.87-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.22%
GREEN value IS 83 (32.81% from 255) = 37.39%
BLUE value IS 103 (40.62% from 255) = 46.40%
R=16.22%
G=37.39%
B=46.40%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal36831030.650.1900.60197.9148.227.25
Hex245367411303Cc6301b
Octal44123147101230743066033
Binary1001001010011110011110000011001101111001100011011000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245367; }

 p { color: rgb(36,83,103); }

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

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

 a { background-color: rgb(36,83,103); }

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

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

 span { border-color: rgb(36,83,103); }

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