#255069

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

Shades of Arapawa #255069

Tints of Arapawa #255069

Color information

#255069 (or 0x255069) is unknown color: approx Arapawa. HEX triplet: 25, 50 and 69. RGB value is (37,80,105). Sum of RGB (Red+Green+Blue) = 37+80+105=222 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.67% from 222); Green value is 80 (31.64% from 255 or 36.04% from 222); Blue value is 105 (41.41% from 255 or 47.30% from 222); Max value from RGB is 105 - color contains mainly: blue. Hex color #255069 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255069 is #DAAF96. Grayscale: #454545. Windows color (decimal): -14331799 or 6901797. OLE color: 6901797.

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

Color convert

RGB3780105-
CMYK0.650.2400.59
HSL202.06º47.89%27.84%-
HSV(B)202.06º64.76%41.18%-
XYZ6.187.1514.42-
YUV69.99147.75104.47-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.67%
GREEN value IS 80 (31.64% from 255) = 36.04%
BLUE value IS 105 (41.41% from 255) = 47.30%
R=16.67%
G=36.04%
B=47.30%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal37801050.650.2400.59202.0647.8927.84
Hex255069411803Bca301c
Octal45120151101300733126034
Binary1001011010000110100110000011100001110111100101011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255069; }

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

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

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

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

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

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

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

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