Html Css Color HEX #2B6385 Bahama Blue

📋 copy color: '#2B6385'

red 43 ◦ green 99 ◦ blue 133

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

Shades of Bahama Blue #2B6385

Tints of Bahama Blue #2B6385

RGB

 RED value IS 43 (17.19% from 255) = 15.64%

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

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

R = 15.64%
G = 36%
B = 48.36%

CMYK

 C value IS 0.68

 M value IS 0.26

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#2B6385 (or 0x2B6385) is known color: Bahama Blue. HEX triplet: 2B, 63 and 85. RGB value is (43,99,133). Sum of RGB (Red+Green+Blue) = 43+99+133=275 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.64% from 275); Green value is 99 (39.06% from 255 or 36% from 275); Blue value is 133 (52.34% from 255 or 48.36% from 275); Max value from RGB is 133 - color contains mainly: blue. Hex color #2B6385 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B6385 is #D49C7A. Grayscale: #555555. Windows color (decimal): -13933691 or 8741675. OLE color: 8741675.

HSL color Cylindrical-coordinate representation of color #2B6385: hue angle of 202.67º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2B6385 is Cyan = 0.68, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 43 99 133 -
CMYK 0.68 0.26 0 0.48
HSL 202.67º 0.51% 0.35% -
HSV(B) 202.67º 0.68% 0.52% -
XYZ 9.69 11.13 23.83 -
YUV 86.13 154.45 97.24 -
System Red Green Blue C M Y K H S L
Decimal 43 99 133 0.68 0.26 0 0.48 202.67 0.51 0.35
Hex 2B 63 85 44 1A 0 30 CB 33 23
Octal 53 143 205 104 32 0 60 313 63 43
Binary 101011 1100011 10000101 1000100 11010 0 110000 11001011 110011 100011

Color Harmonies of #2B6385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B6385

Black with #2B6385

Text Example


Text Example

White with #2B6385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2B6385; }

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

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

background-color css

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

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

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

border-color css

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

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

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