Html Css Color HEX #256284 Bahama Blue

📋 copy color: '#256284'

red 37 ◦ green 98 ◦ blue 132

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

Shades of Bahama Blue #256284

Tints of Bahama Blue #256284

RGB

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

 GREEN value IS 98 (38.67% from 255) = 36.7%

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

R = 13.86%
G = 36.7%
B = 49.44%

CMYK

 C value IS 0.72

 M value IS 0.26

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#256284 (or 0x256284) is known color: Bahama Blue. HEX triplet: 25, 62 and 84. RGB value is (37,98,132). Sum of RGB (Red+Green+Blue) = 37+98+132=267 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.86% from 267); Green value is 98 (38.67% from 255 or 36.70% from 267); Blue value is 132 (51.95% from 255 or 49.44% from 267); Max value from RGB is 132 - color contains mainly: blue. Hex color #256284 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256284 is #DA9D7B. Grayscale: #535353. Windows color (decimal): -14327164 or 8675877. OLE color: 8675877.

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

Color convert

RGB 37 98 132 -
CMYK 0.72 0.26 0 0.48
HSL 201.47º 0.56% 0.33% -
HSV(B) 201.47º 0.72% 0.52% -
XYZ 9.3 10.79 23.42 -
YUV 83.64 155.29 94.74 -
System Red Green Blue C M Y K H S L
Decimal 37 98 132 0.72 0.26 0 0.48 201.47 0.56 0.33
Hex 25 62 84 48 1A 0 30 C9 38 21
Octal 45 142 204 110 32 0 60 311 70 41
Binary 100101 1100010 10000100 1001000 11010 0 110000 11001001 111000 100001

Color Harmonies of #256284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256284

Black with #256284

Text Example


Text Example

White with #256284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #256284; }

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

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

background-color css

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

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

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

border-color css

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

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

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