#254C5B

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

Shades of Arapawa #254C5B

Tints of Arapawa #254C5B

Color information

#254C5B (or 0x254C5B) is unknown color: approx Arapawa. HEX triplet: 25, 4C and 5B. RGB value is (37,76,91). Sum of RGB (Red+Green+Blue) = 37+76+91=204 (27% of max value = 765). Red value is 37 (14.84% from 255 or 18.14% from 204); Green value is 76 (30.08% from 255 or 37.25% from 204); Blue value is 91 (35.94% from 255 or 44.61% from 204); Max value from RGB is 91 - color contains mainly: blue. Hex color #254C5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254C5B is #DAB3A4. Grayscale: #414141. Windows color (decimal): -14332837 or 5983269. OLE color: 5983269.

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

Color convert

RGB377691-
CMYK0.590.1600.64
HSL196.67º42.19%25.1%-
HSV(B)196.67º59.34%35.69%-
XYZ5.246.3210.84-
YUV66.05142.08107.28-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.14%
GREEN value IS 76 (30.08% from 255) = 37.25%
BLUE value IS 91 (35.94% from 255) = 44.61%
R=18.14%
G=37.25%
B=44.61%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3776910.590.1600.64196.6742.1925.1
Hex254C5B3B10040c52a19
Octal45114133732001003055231
Binary1001011001100101101111101110000010000001100010110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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