Html Css Color HEX #256084 Bahama Blue

📋 copy color: '#256084'

red 37 ◦ green 96 ◦ blue 132

#256084
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bahama Blue #256084

Tints of Bahama Blue #256084

RGB

 RED value IS 37 (14.84% from 255) = 13.96%

 GREEN value IS 96 (37.89% from 255) = 36.23%

 BLUE value IS 132 (51.95% from 255) = 49.81%

R = 13.96%
G = 36.23%
B = 49.81%

CMYK

 C value IS 0.72

 M value IS 0.27

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#256084 (or 0x256084) is known color: Bahama Blue. HEX triplet: 25, 60 and 84. RGB value is (37,96,132). Sum of RGB (Red+Green+Blue) = 37+96+132=265 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.96% from 265); Green value is 96 (37.89% from 255 or 36.23% from 265); Blue value is 132 (51.95% from 255 or 49.81% from 265); Max value from RGB is 132 - color contains mainly: blue. Hex color #256084 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256084 is #DA9F7B. Grayscale: #525252. Windows color (decimal): -14327676 or 8675365. OLE color: 8675365.

HSL color Cylindrical-coordinate representation of color #256084: hue angle of 202.74º 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 #256084 is Cyan = 0.72, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 37 96 132 -
CMYK 0.72 0.27 0 0.48
HSL 202.74º 0.56% 0.33% -
HSV(B) 202.74º 0.72% 0.52% -
XYZ 9.11 10.43 23.36 -
YUV 82.46 155.95 95.57 -
System Red Green Blue C M Y K H S L
Decimal 37 96 132 0.72 0.27 0 0.48 202.74 0.56 0.33
Hex 25 60 84 48 1B 0 30 CB 38 21
Octal 45 140 204 110 33 0 60 313 70 41
Binary 100101 1100000 10000100 1001000 11011 0 110000 11001011 111000 100001

Color Harmonies of #256084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256084

Black with #256084

Text Example


Text Example

White with #256084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #256084; }

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

 H1.HeaderClassName
 {
   color: #256084;
 }
 .AnyTagClassName
 {
   color: #256084;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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