#254769

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

Shades of Arapawa #254769

Tints of Arapawa #254769

Color information

#254769 (or 0x254769) is unknown color: approx Arapawa. HEX triplet: 25, 47 and 69. RGB value is (37,71,105). Sum of RGB (Red+Green+Blue) = 37+71+105=213 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.37% from 213); Green value is 71 (28.12% from 255 or 33.33% from 213); Blue value is 105 (41.41% from 255 or 49.30% from 213); Max value from RGB is 105 - color contains mainly: blue. Hex color #254769 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254769 is #DAB896. Grayscale: #404040. Windows color (decimal): -14334103 or 6899493. OLE color: 6899493.

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

Color convert

RGB3771105-
CMYK0.650.3200.59
HSL210º47.89%27.84%-
HSV(B)210º64.76%41.18%-
XYZ5.575.9214.21-
YUV64.71150.74108.24-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.37%
GREEN value IS 71 (28.12% from 255) = 33.33%
BLUE value IS 105 (41.41% from 255) = 49.30%
R=17.37%
G=33.33%
B=49.30%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal37711050.650.3200.5921047.8927.84
Hex254769412003Bd2301c
Octal45107151101400733226034
Binary10010110001111101001100000110000001110111101001011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254769; }

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

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

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

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

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

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

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

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