Html Css Color HEX #2B3659 Gulf Blue

📋 copy color: '#2B3659'

red 43 ◦ green 54 ◦ blue 89

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

Shades of Gulf Blue #2B3659

Tints of Gulf Blue #2B3659

RGB

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

 GREEN value IS 54 (21.48% from 255) = 29.03%

 BLUE value IS 89 (35.16% from 255) = 47.85%

R = 23.12%
G = 29.03%
B = 47.85%

CMYK

 C value IS 0.52

 M value IS 0.39

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#2B3659 (or 0x2B3659) is known color: Gulf Blue. HEX triplet: 2B, 36 and 59. RGB value is (43,54,89). Sum of RGB (Red+Green+Blue) = 43+54+89=186 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.12% from 186); Green value is 54 (21.48% from 255 or 29.03% from 186); Blue value is 89 (35.16% from 255 or 47.85% from 186); Max value from RGB is 89 - color contains mainly: blue. Hex color #2B3659 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B3659 is #D4C9A6. Grayscale: #363636. Windows color (decimal): -13945255 or 5846571. OLE color: 5846571.

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

Color convert

RGB 43 54 89 -
CMYK 0.52 0.39 0 0.65
HSL 225.65º 0.35% 0.26% -
HSV(B) 225.65º 0.52% 0.35% -
XYZ 4.12 3.87 9.98 -
YUV 54.7 147.36 119.65 -
System Red Green Blue C M Y K H S L
Decimal 43 54 89 0.52 0.39 0 0.65 225.65 0.35 0.26
Hex 2B 36 59 34 27 0 41 E2 23 1A
Octal 53 66 131 64 47 0 101 342 43 32
Binary 101011 110110 1011001 110100 100111 0 1000001 11100010 100011 11010

Color Harmonies of #2B3659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B3659

Black with #2B3659

Text Example


Text Example

White with #2B3659

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,54,89); }

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

background-color css

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

 a { background-color: rgb(43,54,89); }

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

border-color css

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

 span { border-color: rgb(43,54,89); }

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