Html Css Color HEX #343951 Gulf Blue

📋 copy color: '#343951'

red 52 ◦ green 57 ◦ blue 81

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

Shades of Gulf Blue #343951

Tints of Gulf Blue #343951

RGB

 RED value IS 52 (20.7% from 255) = 27.37%

 GREEN value IS 57 (22.66% from 255) = 30%

 BLUE value IS 81 (32.03% from 255) = 42.63%

R = 27.37%
G = 30%
B = 42.63%

CMYK

 C value IS 0.36

 M value IS 0.30

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#343951 (or 0x343951) is known color: Gulf Blue. HEX triplet: 34, 39 and 51. RGB value is (52,57,81). Sum of RGB (Red+Green+Blue) = 52+57+81=190 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.37% from 190); Green value is 57 (22.66% from 255 or 30% from 190); Blue value is 81 (32.03% from 255 or 42.63% from 190); Max value from RGB is 81 - color contains mainly: blue. Hex color #343951 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343951 is #CBC6AE. Grayscale: #3A3A3A. Windows color (decimal): -13354671 or 5323060. OLE color: 5323060.

HSL color Cylindrical-coordinate representation of color #343951: hue angle of 229.66º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #343951 is Cyan = 0.36, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 52 57 81 -
CMYK 0.36 0.30 0 0.68
HSL 229.66º 0.22% 0.26% -
HSV(B) 229.66º 0.36% 0.32% -
XYZ 4.36 4.25 8.37 -
YUV 58.24 140.84 123.55 -
System Red Green Blue C M Y K H S L
Decimal 52 57 81 0.36 0.30 0 0.68 229.66 0.22 0.26
Hex 34 39 51 24 1E 0 44 E6 16 1A
Octal 64 71 121 44 36 0 104 346 26 32
Binary 110100 111001 1010001 100100 11110 0 1000100 11100110 10110 11010

Color Harmonies of #343951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343951

Black with #343951

Text Example


Text Example

White with #343951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343951; }

 p { color: rgb(52,57,81); }

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

background-color css

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

 a { background-color: rgb(52,57,81); }

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

border-color css

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

 span { border-color: rgb(52,57,81); }

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