Html Css Color HEX #343E5C Gulf Blue

📋 copy color: '#343E5C'

red 52 ◦ green 62 ◦ blue 92

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

Shades of Gulf Blue #343E5C

Tints of Gulf Blue #343E5C

RGB

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

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

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

R = 25.24%
G = 30.1%
B = 44.66%

CMYK

 C value IS 0.43

 M value IS 0.33

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#343E5C (or 0x343E5C) is known color: Gulf Blue. HEX triplet: 34, 3E and 5C. RGB value is (52,62,92). Sum of RGB (Red+Green+Blue) = 52+62+92=206 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.24% from 206); Green value is 62 (24.61% from 255 or 30.10% from 206); Blue value is 92 (36.33% from 255 or 44.66% from 206); Max value from RGB is 92 - color contains mainly: blue. Hex color #343E5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343E5C is #CBC1A3. Grayscale: #3E3E3E. Windows color (decimal): -13353380 or 6045236. OLE color: 6045236.

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

Color convert

RGB 52 62 92 -
CMYK 0.43 0.33 0 0.64
HSL 225º 0.28% 0.28% -
HSV(B) 225º 0.43% 0.36% -
XYZ 5.07 4.95 10.81 -
YUV 62.43 144.69 120.56 -
System Red Green Blue C M Y K H S L
Decimal 52 62 92 0.43 0.33 0 0.64 225 0.28 0.28
Hex 34 3E 5C 2B 21 0 40 E1 1C 1C
Octal 64 76 134 53 41 0 100 341 34 34
Binary 110100 111110 1011100 101011 100001 0 1000000 11100001 11100 11100

Color Harmonies of #343E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343E5C

Black with #343E5C

Text Example


Text Example

White with #343E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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