Html Css Color HEX #2E4065 Gulf Blue

📋 copy color: '#2E4065'

red 46 ◦ green 64 ◦ blue 101

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

Shades of Gulf Blue #2E4065

Tints of Gulf Blue #2E4065

RGB

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

 GREEN value IS 64 (25.39% from 255) = 30.33%

 BLUE value IS 101 (39.84% from 255) = 47.87%

R = 21.8%
G = 30.33%
B = 47.87%

CMYK

 C value IS 0.54

 M value IS 0.37

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#2E4065 (or 0x2E4065) is known color: Gulf Blue. HEX triplet: 2E, 40 and 65. RGB value is (46,64,101). Sum of RGB (Red+Green+Blue) = 46+64+101=211 (27% of max value = 765). Red value is 46 (18.36% from 255 or 21.80% from 211); Green value is 64 (25.39% from 255 or 30.33% from 211); Blue value is 101 (39.84% from 255 or 47.87% from 211); Max value from RGB is 101 - color contains mainly: blue. Hex color #2E4065 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E4065 is #D1BF9A. Grayscale: #3E3E3E. Windows color (decimal): -13746075 or 6635566. OLE color: 6635566.

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

Color convert

RGB 46 64 101 -
CMYK 0.54 0.37 0 0.60
HSL 220.36º 0.37% 0.29% -
HSV(B) 220.36º 0.54% 0.4% -
XYZ 5.31 5.19 13.03 -
YUV 62.84 149.54 115.99 -
System Red Green Blue C M Y K H S L
Decimal 46 64 101 0.54 0.37 0 0.60 220.36 0.37 0.29
Hex 2E 40 65 36 25 0 3C DC 25 1D
Octal 56 100 145 66 45 0 74 334 45 35
Binary 101110 1000000 1100101 110110 100101 0 111100 11011100 100101 11101

Color Harmonies of #2E4065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4065

Black with #2E4065

Text Example


Text Example

White with #2E4065

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,64,101); }

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

background-color css

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

 a { background-color: rgb(46,64,101); }

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

border-color css

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

 span { border-color: rgb(46,64,101); }

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