#254B5B

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

Shades of Arapawa #254B5B

Tints of Arapawa #254B5B

Color information

#254B5B (or 0x254B5B) is unknown color: approx Arapawa. HEX triplet: 25, 4B and 5B. RGB value is (37,75,91). Sum of RGB (Red+Green+Blue) = 37+75+91=203 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.23% from 203); Green value is 75 (29.69% from 255 or 36.95% from 203); Blue value is 91 (35.94% from 255 or 44.83% from 203); Max value from RGB is 91 - color contains mainly: blue. Hex color #254B5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254B5B is #DAB4A4. Grayscale: #414141. Windows color (decimal): -14333093 or 5983013. OLE color: 5983013.

HSL color Cylindrical-coordinate representation of color #254B5B: hue angle of 197.78º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #254B5B is Cyan = 0.59, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB377591-
CMYK0.590.1800.64
HSL197.78º42.19%25.1%-
HSV(B)197.78º59.34%35.69%-
XYZ5.176.1810.82-
YUV65.46142.41107.7-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.23%
GREEN value IS 75 (29.69% from 255) = 36.95%
BLUE value IS 91 (35.94% from 255) = 44.83%
R=18.23%
G=36.95%
B=44.83%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3775910.590.1800.64197.7842.1925.1
Hex254B5B3B12040c62a19
Octal45113133732201003065231
Binary1001011001011101101111101110010010000001100011010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,75,91); }

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

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

 a { background-color: rgb(37,75,91); }

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

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

 span { border-color: rgb(37,75,91); }

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