Html Css Color HEX #2D6385 Bahama Blue

📋 copy color: '#2D6385'

red 45 ◦ green 99 ◦ blue 133

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

Shades of Bahama Blue #2D6385

Tints of Bahama Blue #2D6385

RGB

 RED value IS 45 (17.97% from 255) = 16.25%

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

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

R = 16.25%
G = 35.74%
B = 48.01%

CMYK

 C value IS 0.66

 M value IS 0.26

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#2D6385 (or 0x2D6385) is known color: Bahama Blue. HEX triplet: 2D, 63 and 85. RGB value is (45,99,133). Sum of RGB (Red+Green+Blue) = 45+99+133=277 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.25% from 277); Green value is 99 (39.06% from 255 or 35.74% from 277); Blue value is 133 (52.34% from 255 or 48.01% from 277); Max value from RGB is 133 - color contains mainly: blue. Hex color #2D6385 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D6385 is #D29C7A. Grayscale: #565656. Windows color (decimal): -13802619 or 8741677. OLE color: 8741677.

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

Color convert

RGB 45 99 133 -
CMYK 0.66 0.26 0 0.48
HSL 203.18º 0.49% 0.35% -
HSV(B) 203.18º 0.66% 0.52% -
XYZ 9.78 11.18 23.83 -
YUV 86.73 154.11 98.24 -
System Red Green Blue C M Y K H S L
Decimal 45 99 133 0.66 0.26 0 0.48 203.18 0.49 0.35
Hex 2D 63 85 42 1A 0 30 CB 31 23
Octal 55 143 205 102 32 0 60 313 61 43
Binary 101101 1100011 10000101 1000010 11010 0 110000 11001011 110001 100011

Color Harmonies of #2D6385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D6385

Black with #2D6385

Text Example


Text Example

White with #2D6385

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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