#254B65

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

Shades of Arapawa #254B65

Tints of Arapawa #254B65

Color information

#254B65 (or 0x254B65) is unknown color: approx Arapawa. HEX triplet: 25, 4B and 65. RGB value is (37,75,101). Sum of RGB (Red+Green+Blue) = 37+75+101=213 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.37% from 213); Green value is 75 (29.69% from 255 or 35.21% from 213); Blue value is 101 (39.84% from 255 or 47.42% from 213); Max value from RGB is 101 - color contains mainly: blue. Hex color #254B65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254B65 is #DAB49A. Grayscale: #424242. Windows color (decimal): -14333083 or 6638373. OLE color: 6638373.

HSL color Cylindrical-coordinate representation of color #254B65: hue angle of 204.38º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #254B65 is Cyan = 0.63, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB3775101-
CMYK0.630.2600.60
HSL204.38º46.38%27.06%-
HSV(B)204.38º63.37%39.61%-
XYZ5.636.3713.24-
YUV66.6147.41106.89-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.37%
GREEN value IS 75 (29.69% from 255) = 35.21%
BLUE value IS 101 (39.84% from 255) = 47.42%
R=17.37%
G=35.21%
B=47.42%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal37751010.630.2600.60204.3846.3827.06
Hex254B653F1A03Ccc2e1b
Octal4511314577320743145633
Binary100101100101111001011111111101001111001100110010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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