Html Css Color HEX #2E4369 Gulf Blue

📋 copy color: '#2E4369'

red 46 ◦ green 67 ◦ blue 105

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

Shades of Gulf Blue #2E4369

Tints of Gulf Blue #2E4369

RGB

 RED value IS 46 (18.36% from 255) = 21.1%

 GREEN value IS 67 (26.56% from 255) = 30.73%

 BLUE value IS 105 (41.41% from 255) = 48.17%

R = 21.1%
G = 30.73%
B = 48.17%

CMYK

 C value IS 0.56

 M value IS 0.36

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#2E4369 (or 0x2E4369) is known color: Gulf Blue. HEX triplet: 2E, 43 and 69. RGB value is (46,67,105). Sum of RGB (Red+Green+Blue) = 46+67+105=218 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.10% from 218); Green value is 67 (26.56% from 255 or 30.73% from 218); Blue value is 105 (41.41% from 255 or 48.17% from 218); Max value from RGB is 105 - color contains mainly: blue. Hex color #2E4369 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E4369 is #D1BC96. Grayscale: #404040. Windows color (decimal): -13745303 or 6898478. OLE color: 6898478.

HSL color Cylindrical-coordinate representation of color #2E4369: hue angle of 218.64º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2E4369 is Cyan = 0.56, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 46 67 105 -
CMYK 0.56 0.36 0 0.59
HSL 218.64º 0.39% 0.3% -
HSV(B) 218.64º 0.56% 0.41% -
XYZ 5.68 5.62 14.15 -
YUV 65.05 150.54 114.41 -
System Red Green Blue C M Y K H S L
Decimal 46 67 105 0.56 0.36 0 0.59 218.64 0.39 0.3
Hex 2E 43 69 38 24 0 3B DB 27 1E
Octal 56 103 151 70 44 0 73 333 47 36
Binary 101110 1000011 1101001 111000 100100 0 111011 11011011 100111 11110

Color Harmonies of #2E4369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4369

Black with #2E4369

Text Example


Text Example

White with #2E4369

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,67,105); }

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

background-color css

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

 a { background-color: rgb(46,67,105); }

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

border-color css

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

 span { border-color: rgb(46,67,105); }

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