#255168

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

Shades of Arapawa #255168

Tints of Arapawa #255168

Color information

#255168 (or 0x255168) is unknown color: approx Arapawa. HEX triplet: 25, 51 and 68. RGB value is (37,81,104). Sum of RGB (Red+Green+Blue) = 37+81+104=222 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.67% from 222); Green value is 81 (32.03% from 255 or 36.49% from 222); Blue value is 104 (41.02% from 255 or 46.85% from 222); Max value from RGB is 104 - color contains mainly: blue. Hex color #255168 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255168 is #DAAE97. Grayscale: #464646. Windows color (decimal): -14331544 or 6836517. OLE color: 6836517.

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

Color convert

RGB3781104-
CMYK0.640.2200.59
HSL200.6º47.52%27.65%-
HSV(B)200.6º64.42%40.78%-
XYZ6.27.2814.17-
YUV70.47146.92104.13-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.67%
GREEN value IS 81 (32.03% from 255) = 36.49%
BLUE value IS 104 (41.02% from 255) = 46.85%
R=16.67%
G=36.49%
B=46.85%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal37811040.640.2200.59200.647.5227.65
Hex255168401603Bc9301c
Octal45121150100260733116034
Binary1001011010001110100010000001011001110111100100111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255168; }

 p { color: rgb(37,81,104); }

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

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

 a { background-color: rgb(37,81,104); }

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

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

 span { border-color: rgb(37,81,104); }

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