Html Css Color HEX #343D5D Gulf Blue

📋 copy color: '#343D5D'

red 52 ◦ green 61 ◦ blue 93

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

Shades of Gulf Blue #343D5D

Tints of Gulf Blue #343D5D

RGB

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

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

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

R = 25.24%
G = 29.61%
B = 45.15%

CMYK

 C value IS 0.44

 M value IS 0.34

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#343D5D (or 0x343D5D) is known color: Gulf Blue. HEX triplet: 34, 3D and 5D. RGB value is (52,61,93). Sum of RGB (Red+Green+Blue) = 52+61+93=206 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.24% from 206); Green value is 61 (24.22% from 255 or 29.61% from 206); Blue value is 93 (36.72% from 255 or 45.15% from 206); Max value from RGB is 93 - color contains mainly: blue. Hex color #343D5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343D5D is #CBC2A2. Grayscale: #3D3D3D. Windows color (decimal): -13353635 or 6110516. OLE color: 6110516.

HSL color Cylindrical-coordinate representation of color #343D5D: hue angle of 226.83º 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 #343D5D is Cyan = 0.44, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 52 61 93 -
CMYK 0.44 0.34 0 0.64
HSL 226.83º 0.28% 0.28% -
HSV(B) 226.83º 0.44% 0.36% -
XYZ 5.06 4.86 11.03 -
YUV 61.96 145.52 120.9 -
System Red Green Blue C M Y K H S L
Decimal 52 61 93 0.44 0.34 0 0.64 226.83 0.28 0.28
Hex 34 3D 5D 2C 22 0 40 E3 1C 1C
Octal 64 75 135 54 42 0 100 343 34 34
Binary 110100 111101 1011101 101100 100010 0 1000000 11100011 11100 11100

Color Harmonies of #343D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343D5D

Black with #343D5D

Text Example


Text Example

White with #343D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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