Html Css Color HEX #343E5D Gulf Blue

📋 copy color: '#343E5D'

red 52 ◦ green 62 ◦ blue 93

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

Shades of Gulf Blue #343E5D

Tints of Gulf Blue #343E5D

RGB

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

 GREEN value IS 62 (24.61% from 255) = 29.95%

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

R = 25.12%
G = 29.95%
B = 44.93%

CMYK

 C value IS 0.44

 M value IS 0.33

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#343E5D (or 0x343E5D) is known color: Gulf Blue. HEX triplet: 34, 3E and 5D. RGB value is (52,62,93). Sum of RGB (Red+Green+Blue) = 52+62+93=207 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.12% from 207); Green value is 62 (24.61% from 255 or 29.95% from 207); Blue value is 93 (36.72% from 255 or 44.93% from 207); Max value from RGB is 93 - color contains mainly: blue. Hex color #343E5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343E5D is #CBC1A2. Grayscale: #3E3E3E. Windows color (decimal): -13353379 or 6110772. OLE color: 6110772.

HSL color Cylindrical-coordinate representation of color #343E5D: hue angle of 225.37º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #343E5D is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 52 62 93 -
CMYK 0.44 0.33 0 0.64
HSL 225.37º 0.28% 0.28% -
HSV(B) 225.37º 0.44% 0.36% -
XYZ 5.11 4.97 11.04 -
YUV 62.54 145.19 120.48 -
System Red Green Blue C M Y K H S L
Decimal 52 62 93 0.44 0.33 0 0.64 225.37 0.28 0.28
Hex 34 3E 5D 2C 21 0 40 E1 1C 1C
Octal 64 76 135 54 41 0 100 341 34 34
Binary 110100 111110 1011101 101100 100001 0 1000000 11100001 11100 11100

Color Harmonies of #343E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343E5D

Black with #343E5D

Text Example


Text Example

White with #343E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343E5D; }

 p { color: rgb(52,62,93); }

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

background-color css

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

 a { background-color: rgb(52,62,93); }

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

border-color css

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

 span { border-color: rgb(52,62,93); }

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