Html Css Color HEX #2E3B5C Gulf Blue

📋 copy color: '#2E3B5C'

red 46 ◦ green 59 ◦ blue 92

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

Shades of Gulf Blue #2E3B5C

Tints of Gulf Blue #2E3B5C

RGB

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

 GREEN value IS 59 (23.44% from 255) = 29.95%

 BLUE value IS 92 (36.33% from 255) = 46.7%

R = 23.35%
G = 29.95%
B = 46.7%

CMYK

 C value IS 0.50

 M value IS 0.36

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#2E3B5C (or 0x2E3B5C) is known color: Gulf Blue. HEX triplet: 2E, 3B and 5C. RGB value is (46,59,92). Sum of RGB (Red+Green+Blue) = 46+59+92=197 (26% of max value = 765). Red value is 46 (18.36% from 255 or 23.35% from 197); Green value is 59 (23.44% from 255 or 29.95% from 197); Blue value is 92 (36.33% from 255 or 46.70% from 197); Max value from RGB is 92 - color contains mainly: blue. Hex color #2E3B5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E3B5C is #D1C4A3. Grayscale: #3A3A3A. Windows color (decimal): -13747364 or 6044462. OLE color: 6044462.

HSL color Cylindrical-coordinate representation of color #2E3B5C: hue angle of 223.04º degrees, saturation: 0.33, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2E3B5C is Cyan = 0.50, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 46 59 92 -
CMYK 0.50 0.36 0 0.64
HSL 223.04º 0.33% 0.27% -
HSV(B) 223.04º 0.5% 0.36% -
XYZ 4.62 4.48 10.75 -
YUV 58.88 146.69 118.82 -
System Red Green Blue C M Y K H S L
Decimal 46 59 92 0.50 0.36 0 0.64 223.04 0.33 0.27
Hex 2E 3B 5C 32 24 0 40 DF 21 1B
Octal 56 73 134 62 44 0 100 337 41 33
Binary 101110 111011 1011100 110010 100100 0 1000000 11011111 100001 11011

Color Harmonies of #2E3B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3B5C

Black with #2E3B5C

Text Example


Text Example

White with #2E3B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,59,92); }

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

background-color css

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

 a { background-color: rgb(46,59,92); }

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

border-color css

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

 span { border-color: rgb(46,59,92); }

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