#254B6A

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

Shades of Arapawa #254B6A

Tints of Arapawa #254B6A

Color information

#254B6A (or 0x254B6A) is unknown color: approx Arapawa. HEX triplet: 25, 4B and 6A. RGB value is (37,75,106). Sum of RGB (Red+Green+Blue) = 37+75+106=218 (28% of max value = 765). Red value is 37 (14.84% from 255 or 16.97% from 218); Green value is 75 (29.69% from 255 or 34.40% from 218); Blue value is 106 (41.80% from 255 or 48.62% from 218); Max value from RGB is 106 - color contains mainly: blue. Hex color #254B6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254B6A is #DAB495. Grayscale: #434343. Windows color (decimal): -14333078 or 6966053. OLE color: 6966053.

HSL color Cylindrical-coordinate representation of color #254B6A: hue angle of 206.96º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #254B6A is Cyan = 0.65, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3775106-
CMYK0.650.2900.58
HSL206.96º48.25%28.04%-
HSV(B)206.96º65.09%41.57%-
XYZ5.886.4714.57-
YUV67.17149.91106.48-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.97%
GREEN value IS 75 (29.69% from 255) = 34.40%
BLUE value IS 106 (41.80% from 255) = 48.62%
R=16.97%
G=34.40%
B=48.62%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal37751060.650.2900.58206.9648.2528.04
Hex254B6A411D03Acf301c
Octal45113152101350723176034
Binary1001011001011110101010000011110101110101100111111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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