#25668A

Color #25668A Bahama Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bahama Blue #25668A

Tints of Bahama Blue #25668A

Color information

#25668A (or 0x25668A) is unknown color: approx Bahama Blue. HEX triplet: 25, 66 and 8A. RGB value is (37,102,138). Sum of RGB (Red+Green+Blue) = 37+102+138=277 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.36% from 277); Green value is 102 (40.23% from 255 or 36.82% from 277); Blue value is 138 (54.30% from 255 or 49.82% from 277); Max value from RGB is 138 - color contains mainly: blue. Hex color #25668A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25668A is #DA9975. Grayscale: #565656. Windows color (decimal): -14326134 or 9070117. OLE color: 9070117.

HSL color Cylindrical-coordinate representation of color #25668A: hue angle of 201.39º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #25668A is Cyan = 0.73, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB37102138-
CMYK0.730.2600.46
HSL201.39º57.71%34.31%-
HSV(B)201.39º73.19%54.12%-
XYZ10.111.7325.78-
YUV86.67156.9792.57-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.36%
GREEN value IS 102 (40.23% from 255) = 36.82%
BLUE value IS 138 (54.30% from 255) = 49.82%
R=13.36%
G=36.82%
B=49.82%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal371021380.730.2600.46201.3957.7134.31
Hex25668A491A02Ec93a22
Octal45146212111320563117242
Binary100101110011010001010100100111010010111011001001111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25668A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25668A; }

 p { color: rgb(37,102,138); }

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

<style>
 a { background-color: #25668A; }

 a { background-color: rgb(37,102,138); }

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

<style>
 span { border-color: #25668A; }

 span { border-color: rgb(37,102,138); }

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