Html Css Color HEX #2E3A5D Gulf Blue

📋 copy color: '#2E3A5D'

red 46 ◦ green 58 ◦ blue 93

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

Shades of Gulf Blue #2E3A5D

Tints of Gulf Blue #2E3A5D

RGB

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

 GREEN value IS 58 (23.05% from 255) = 29.44%

 BLUE value IS 93 (36.72% from 255) = 47.21%

R = 23.35%
G = 29.44%
B = 47.21%

CMYK

 C value IS 0.51

 M value IS 0.38

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#2E3A5D (or 0x2E3A5D) is known color: Gulf Blue. HEX triplet: 2E, 3A and 5D. RGB value is (46,58,93). Sum of RGB (Red+Green+Blue) = 46+58+93=197 (26% of max value = 765). Red value is 46 (18.36% from 255 or 23.35% from 197); Green value is 58 (23.05% from 255 or 29.44% from 197); Blue value is 93 (36.72% from 255 or 47.21% from 197); Max value from RGB is 93 - color contains mainly: blue. Hex color #2E3A5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E3A5D is #D1C5A2. Grayscale: #3A3A3A. Windows color (decimal): -13747619 or 6109742. OLE color: 6109742.

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

Color convert

RGB 46 58 93 -
CMYK 0.51 0.38 0 0.64
HSL 224.68º 0.34% 0.27% -
HSV(B) 224.68º 0.51% 0.36% -
XYZ 4.62 4.4 10.96 -
YUV 58.4 147.52 119.15 -
System Red Green Blue C M Y K H S L
Decimal 46 58 93 0.51 0.38 0 0.64 224.68 0.34 0.27
Hex 2E 3A 5D 33 26 0 40 E1 22 1B
Octal 56 72 135 63 46 0 100 341 42 33
Binary 101110 111010 1011101 110011 100110 0 1000000 11100001 100010 11011

Color Harmonies of #2E3A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3A5D

Black with #2E3A5D

Text Example


Text Example

White with #2E3A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,58,93); }

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

background-color css

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

 a { background-color: rgb(46,58,93); }

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

border-color css

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

 span { border-color: rgb(46,58,93); }

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