Html Css Color HEX #2E4267 Gulf Blue

📋 copy color: '#2E4267'

red 46 ◦ green 66 ◦ blue 103

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

Shades of Gulf Blue #2E4267

Tints of Gulf Blue #2E4267

RGB

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

 GREEN value IS 66 (26.17% from 255) = 30.7%

 BLUE value IS 103 (40.63% from 255) = 47.91%

R = 21.4%
G = 30.7%
B = 47.91%

CMYK

 C value IS 0.55

 M value IS 0.36

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#2E4267 (or 0x2E4267) is known color: Gulf Blue. HEX triplet: 2E, 42 and 67. RGB value is (46,66,103). Sum of RGB (Red+Green+Blue) = 46+66+103=215 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.40% from 215); Green value is 66 (26.17% from 255 or 30.70% from 215); Blue value is 103 (40.62% from 255 or 47.91% from 215); Max value from RGB is 103 - color contains mainly: blue. Hex color #2E4267 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E4267 is #D1BD98. Grayscale: #404040. Windows color (decimal): -13745561 or 6767150. OLE color: 6767150.

HSL color Cylindrical-coordinate representation of color #2E4267: hue angle of 218.95º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2E4267 is Cyan = 0.55, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 46 66 103 -
CMYK 0.55 0.36 0 0.60
HSL 218.95º 0.38% 0.29% -
HSV(B) 218.95º 0.55% 0.4% -
XYZ 5.52 5.46 13.59 -
YUV 64.24 149.87 114.99 -
System Red Green Blue C M Y K H S L
Decimal 46 66 103 0.55 0.36 0 0.60 218.95 0.38 0.29
Hex 2E 42 67 37 24 0 3C DB 26 1D
Octal 56 102 147 67 44 0 74 333 46 35
Binary 101110 1000010 1100111 110111 100100 0 111100 11011011 100110 11101

Color Harmonies of #2E4267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4267

Black with #2E4267

Text Example


Text Example

White with #2E4267

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,66,103); }

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

background-color css

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

 a { background-color: rgb(46,66,103); }

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

border-color css

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

 span { border-color: rgb(46,66,103); }

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