Html Css Color HEX #256384 Bahama Blue

📋 copy color: '#256384'

red 37 ◦ green 99 ◦ blue 132

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

Shades of Bahama Blue #256384

Tints of Bahama Blue #256384

RGB

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

 GREEN value IS 99 (39.06% from 255) = 36.94%

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

R = 13.81%
G = 36.94%
B = 49.25%

CMYK

 C value IS 0.72

 M value IS 0.25

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#256384 (or 0x256384) is known color: Bahama Blue. HEX triplet: 25, 63 and 84. RGB value is (37,99,132). Sum of RGB (Red+Green+Blue) = 37+99+132=268 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.81% from 268); Green value is 99 (39.06% from 255 or 36.94% from 268); Blue value is 132 (51.95% from 255 or 49.25% from 268); Max value from RGB is 132 - color contains mainly: blue. Hex color #256384 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256384 is #DA9C7B. Grayscale: #545454. Windows color (decimal): -14326908 or 8676133. OLE color: 8676133.

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

Color convert

RGB 37 99 132 -
CMYK 0.72 0.25 0 0.48
HSL 200.84º 0.56% 0.33% -
HSV(B) 200.84º 0.72% 0.52% -
XYZ 9.39 10.98 23.45 -
YUV 84.22 154.96 94.32 -
System Red Green Blue C M Y K H S L
Decimal 37 99 132 0.72 0.25 0 0.48 200.84 0.56 0.33
Hex 25 63 84 48 19 0 30 C9 38 21
Octal 45 143 204 110 31 0 60 311 70 41
Binary 100101 1100011 10000100 1001000 11001 0 110000 11001001 111000 100001

Color Harmonies of #256384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256384

Black with #256384

Text Example


Text Example

White with #256384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #256384; }

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

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

background-color css

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

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

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

border-color css

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

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

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