#254F67

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

Shades of Arapawa #254F67

Tints of Arapawa #254F67

Color information

#254F67 (or 0x254F67) is unknown color: approx Arapawa. HEX triplet: 25, 4F and 67. RGB value is (37,79,103). Sum of RGB (Red+Green+Blue) = 37+79+103=219 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.89% from 219); Green value is 79 (31.25% from 255 or 36.07% from 219); Blue value is 103 (40.62% from 255 or 47.03% from 219); Max value from RGB is 103 - color contains mainly: blue. Hex color #254F67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #254F67 is #DAB098. Grayscale: #454545. Windows color (decimal): -14332057 or 6770469. OLE color: 6770469.

HSL color Cylindrical-coordinate representation of color #254F67: hue angle of 201.82º 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 #254F67 is Cyan = 0.64, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB3779103-
CMYK0.640.2300.60
HSL201.82º47.14%27.45%-
HSV(B)201.82º64.08%40.39%-
XYZ6.016.9613.86-
YUV69.18147.09105.05-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.89%
GREEN value IS 79 (31.25% from 255) = 36.07%
BLUE value IS 103 (40.62% from 255) = 47.03%
R=16.89%
G=36.07%
B=47.03%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal37791030.640.2300.60201.8247.1427.45
Hex254F67401703Cca2f1b
Octal45117147100270743125733
Binary1001011001111110011110000001011101111001100101010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254F67; }

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

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

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

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

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

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

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

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