Html Css Color HEX #2B416A Gulf Blue

📋 copy color: '#2B416A'

red 43 ◦ green 65 ◦ blue 106

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

Shades of Gulf Blue #2B416A

Tints of Gulf Blue #2B416A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 30.37%

 BLUE value IS 106 (41.8% from 255) = 49.53%

R = 20.09%
G = 30.37%
B = 49.53%

CMYK

 C value IS 0.59

 M value IS 0.39

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#2B416A (or 0x2B416A) is known color: Gulf Blue. HEX triplet: 2B, 41 and 6A. RGB value is (43,65,106). Sum of RGB (Red+Green+Blue) = 43+65+106=214 (28% of max value = 765). Red value is 43 (17.19% from 255 or 20.09% from 214); Green value is 65 (25.78% from 255 or 30.37% from 214); Blue value is 106 (41.80% from 255 or 49.53% from 214); Max value from RGB is 106 - color contains mainly: blue. Hex color #2B416A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B416A is #D4BE95. Grayscale: #3E3E3E. Windows color (decimal): -13942422 or 6963499. OLE color: 6963499.

HSL color Cylindrical-coordinate representation of color #2B416A: hue angle of 219.05º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2B416A is Cyan = 0.59, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 43 65 106 -
CMYK 0.59 0.39 0 0.58
HSL 219.05º 0.42% 0.29% -
HSV(B) 219.05º 0.59% 0.42% -
XYZ 5.49 5.33 14.38 -
YUV 63.1 152.21 113.67 -
System Red Green Blue C M Y K H S L
Decimal 43 65 106 0.59 0.39 0 0.58 219.05 0.42 0.29
Hex 2B 41 6A 3B 27 0 3A DB 2A 1D
Octal 53 101 152 73 47 0 72 333 52 35
Binary 101011 1000001 1101010 111011 100111 0 111010 11011011 101010 11101

Color Harmonies of #2B416A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B416A

Black with #2B416A

Text Example


Text Example

White with #2B416A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,65,106); }

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

background-color css

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

 a { background-color: rgb(43,65,106); }

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

border-color css

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

 span { border-color: rgb(43,65,106); }

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