#255784

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

Shades of Bahama Blue #255784

Tints of Bahama Blue #255784

Color information

#255784 (or 0x255784) is unknown color: approx Bahama Blue. HEX triplet: 25, 57 and 84. RGB value is (37,87,132). Sum of RGB (Red+Green+Blue) = 37+87+132=256 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.45% from 256); Green value is 87 (34.38% from 255 or 33.98% from 256); Blue value is 132 (51.95% from 255 or 51.56% from 256); Max value from RGB is 132 - color contains mainly: blue. Hex color #255784 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255784 is #DAA87B. Grayscale: #4C4C4C. Windows color (decimal): -14329980 or 8673061. OLE color: 8673061.

HSL color Cylindrical-coordinate representation of color #255784: hue angle of 208.42º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #255784 is Cyan = 0.72, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3787132-
CMYK0.720.3400.48
HSL208.42º56.21%33.14%-
HSV(B)208.42º71.97%51.76%-
XYZ8.348.8823.1-
YUV77.18158.9499.34-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.45%
GREEN value IS 87 (34.38% from 255) = 33.98%
BLUE value IS 132 (51.95% from 255) = 51.56%
R=14.45%
G=33.98%
B=51.56%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal37871320.720.3400.48208.4256.2133.14
Hex2557844822030d03821
Octal45127204110420603207041
Binary1001011010111100001001001000100010011000011010000111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255784; }

 p { color: rgb(37,87,132); }

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

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

 a { background-color: rgb(37,87,132); }

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

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

 span { border-color: rgb(37,87,132); }

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