#255067

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

Shades of Arapawa #255067

Tints of Arapawa #255067

Color information

#255067 (or 0x255067) is unknown color: approx Arapawa. HEX triplet: 25, 50 and 67. RGB value is (37,80,103). Sum of RGB (Red+Green+Blue) = 37+80+103=220 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.82% from 220); Green value is 80 (31.64% from 255 or 36.36% from 220); Blue value is 103 (40.62% from 255 or 46.82% from 220); Max value from RGB is 103 - color contains mainly: blue. Hex color #255067 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255067 is #DAAF98. Grayscale: #454545. Windows color (decimal): -14331801 or 6770725. OLE color: 6770725.

HSL color Cylindrical-coordinate representation of color #255067: hue angle of 200.91º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #255067 is Cyan = 0.64, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB3780103-
CMYK0.640.2200.60
HSL200.91º47.14%27.45%-
HSV(B)200.91º64.08%40.39%-
XYZ6.087.1113.88-
YUV69.76146.75104.63-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.82%
GREEN value IS 80 (31.64% from 255) = 36.36%
BLUE value IS 103 (40.62% from 255) = 46.82%
R=16.82%
G=36.36%
B=46.82%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal37801030.640.2200.60200.9147.1427.45
Hex255067401603Cc92f1b
Octal45120147100260743115733
Binary1001011010000110011110000001011001111001100100110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255067; }

 p { color: rgb(37,80,103); }

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

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

 a { background-color: rgb(37,80,103); }

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

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

 span { border-color: rgb(37,80,103); }

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