Html Css Color HEX #2B3D66 Gulf Blue

📋 copy color: '#2B3D66'

red 43 ◦ green 61 ◦ blue 102

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

Shades of Gulf Blue #2B3D66

Tints of Gulf Blue #2B3D66

RGB

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

 GREEN value IS 61 (24.22% from 255) = 29.61%

 BLUE value IS 102 (40.23% from 255) = 49.51%

R = 20.87%
G = 29.61%
B = 49.51%

CMYK

 C value IS 0.58

 M value IS 0.40

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#2B3D66 (or 0x2B3D66) is known color: Gulf Blue. HEX triplet: 2B, 3D and 66. RGB value is (43,61,102). Sum of RGB (Red+Green+Blue) = 43+61+102=206 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.87% from 206); Green value is 61 (24.22% from 255 or 29.61% from 206); Blue value is 102 (40.23% from 255 or 49.51% from 206); Max value from RGB is 102 - color contains mainly: blue. Hex color #2B3D66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B3D66 is #D4C299. Grayscale: #3C3C3C. Windows color (decimal): -13943450 or 6700331. OLE color: 6700331.

HSL color Cylindrical-coordinate representation of color #2B3D66: hue angle of 221.69º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2B3D66 is Cyan = 0.58, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 43 61 102 -
CMYK 0.58 0.40 0 0.6
HSL 221.69º 0.41% 0.28% -
HSV(B) 221.69º 0.58% 0.4% -
XYZ 5.06 4.81 13.23 -
YUV 60.29 151.54 115.67 -
System Red Green Blue C M Y K H S L
Decimal 43 61 102 0.58 0.40 0 0.6 221.69 0.41 0.28
Hex 2B 3D 66 3A 28 0 3C DE 29 1C
Octal 53 75 146 72 50 0 74 336 51 34
Binary 101011 111101 1100110 111010 101000 0 111100 11011110 101001 11100

Color Harmonies of #2B3D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B3D66

Black with #2B3D66

Text Example


Text Example

White with #2B3D66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,61,102); }

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

background-color css

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

 a { background-color: rgb(43,61,102); }

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

border-color css

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

 span { border-color: rgb(43,61,102); }

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