Html Css Color HEX #2E3D62 Gulf Blue

📋 copy color: '#2E3D62'

red 46 ◦ green 61 ◦ blue 98

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

Shades of Gulf Blue #2E3D62

Tints of Gulf Blue #2E3D62

RGB

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

 GREEN value IS 61 (24.22% from 255) = 29.76%

 BLUE value IS 98 (38.67% from 255) = 47.8%

R = 22.44%
G = 29.76%
B = 47.8%

CMYK

 C value IS 0.53

 M value IS 0.38

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#2E3D62 (or 0x2E3D62) is known color: Gulf Blue. HEX triplet: 2E, 3D and 62. RGB value is (46,61,98). Sum of RGB (Red+Green+Blue) = 46+61+98=205 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.44% from 205); Green value is 61 (24.22% from 255 or 29.76% from 205); Blue value is 98 (38.67% from 255 or 47.80% from 205); Max value from RGB is 98 - color contains mainly: blue. Hex color #2E3D62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E3D62 is #D1C29D. Grayscale: #3C3C3C. Windows color (decimal): -13746846 or 6438190. OLE color: 6438190.

HSL color Cylindrical-coordinate representation of color #2E3D62: hue angle of 222.69º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2E3D62 is Cyan = 0.53, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 46 61 98 -
CMYK 0.53 0.38 0 0.62
HSL 222.69º 0.36% 0.28% -
HSV(B) 222.69º 0.53% 0.38% -
XYZ 5 4.8 12.22 -
YUV 60.73 149.03 117.49 -
System Red Green Blue C M Y K H S L
Decimal 46 61 98 0.53 0.38 0 0.62 222.69 0.36 0.28
Hex 2E 3D 62 35 26 0 3E DF 24 1C
Octal 56 75 142 65 46 0 76 337 44 34
Binary 101110 111101 1100010 110101 100110 0 111110 11011111 100100 11100

Color Harmonies of #2E3D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3D62

Black with #2E3D62

Text Example


Text Example

White with #2E3D62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,61,98); }

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

background-color css

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

 a { background-color: rgb(46,61,98); }

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

border-color css

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

 span { border-color: rgb(46,61,98); }

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