Html Css Color HEX #2B3558 Gulf Blue

📋 copy color: '#2B3558'

red 43 ◦ green 53 ◦ blue 88

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

Shades of Gulf Blue #2B3558

Tints of Gulf Blue #2B3558

RGB

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

 GREEN value IS 53 (21.09% from 255) = 28.8%

 BLUE value IS 88 (34.77% from 255) = 47.83%

R = 23.37%
G = 28.8%
B = 47.83%

CMYK

 C value IS 0.51

 M value IS 0.40

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#2B3558 (or 0x2B3558) is known color: Gulf Blue. HEX triplet: 2B, 35 and 58. RGB value is (43,53,88). Sum of RGB (Red+Green+Blue) = 43+53+88=184 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.37% from 184); Green value is 53 (21.09% from 255 or 28.80% from 184); Blue value is 88 (34.77% from 255 or 47.83% from 184); Max value from RGB is 88 - color contains mainly: blue. Hex color #2B3558 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B3558 is #D4CAA7. Grayscale: #353535. Windows color (decimal): -13945512 or 5780779. OLE color: 5780779.

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

Color convert

RGB 43 53 88 -
CMYK 0.51 0.40 0 0.65
HSL 226.67º 0.34% 0.26% -
HSV(B) 226.67º 0.51% 0.35% -
XYZ 4.03 3.76 9.75 -
YUV 54 147.19 120.15 -
System Red Green Blue C M Y K H S L
Decimal 43 53 88 0.51 0.40 0 0.65 226.67 0.34 0.26
Hex 2B 35 58 33 28 0 41 E3 22 1A
Octal 53 65 130 63 50 0 101 343 42 32
Binary 101011 110101 1011000 110011 101000 0 1000001 11100011 100010 11010

Color Harmonies of #2B3558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B3558

Black with #2B3558

Text Example


Text Example

White with #2B3558

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,53,88); }

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

background-color css

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

 a { background-color: rgb(43,53,88); }

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

border-color css

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

 span { border-color: rgb(43,53,88); }

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