Html Css Color HEX #256385 Bahama Blue

📋 copy color: '#256385'

red 37 ◦ green 99 ◦ blue 133

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

Shades of Bahama Blue #256385

Tints of Bahama Blue #256385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 49.44%

R = 13.75%
G = 36.8%
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

#256385 (or 0x256385) is known color: Bahama Blue. HEX triplet: 25, 63 and 85. RGB value is (37,99,133). Sum of RGB (Red+Green+Blue) = 37+99+133=269 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.75% from 269); Green value is 99 (39.06% from 255 or 36.80% from 269); Blue value is 133 (52.34% from 255 or 49.44% from 269); Max value from RGB is 133 - color contains mainly: blue. Hex color #256385 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256385 is #DA9C7A. Grayscale: #545454. Windows color (decimal): -14326907 or 8741669. OLE color: 8741669.

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

Color convert

RGB 37 99 133 -
CMYK 0.72 0.26 0 0.48
HSL 201.25º 0.56% 0.33% -
HSV(B) 201.25º 0.72% 0.52% -
XYZ 9.46 11.01 23.82 -
YUV 84.34 155.46 94.24 -
System Red Green Blue C M Y K H S L
Decimal 37 99 133 0.72 0.26 0 0.48 201.25 0.56 0.33
Hex 25 63 85 48 1A 0 30 C9 38 21
Octal 45 143 205 110 32 0 60 311 70 41
Binary 100101 1100011 10000101 1001000 11010 0 110000 11001001 111000 100001

Color Harmonies of #256385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256385

Black with #256385

Text Example


Text Example

White with #256385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #256385; }

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

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

background-color css

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

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

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

border-color css

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

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

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