Html Css Color HEX #343F5D Gulf Blue

📋 copy color: '#343F5D'

red 52 ◦ green 63 ◦ blue 93

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

Shades of Gulf Blue #343F5D

Tints of Gulf Blue #343F5D

RGB

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

 GREEN value IS 63 (25% from 255) = 30.29%

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

R = 25%
G = 30.29%
B = 44.71%

CMYK

 C value IS 0.44

 M value IS 0.32

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#343F5D (or 0x343F5D) is known color: Gulf Blue. HEX triplet: 34, 3F and 5D. RGB value is (52,63,93). Sum of RGB (Red+Green+Blue) = 52+63+93=208 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25% from 208); Green value is 63 (25% from 255 or 30.29% from 208); Blue value is 93 (36.72% from 255 or 44.71% from 208); Max value from RGB is 93 - color contains mainly: blue. Hex color #343F5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343F5D is #CBC0A2. Grayscale: #3F3F3F. Windows color (decimal): -13353123 or 6111028. OLE color: 6111028.

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

Color convert

RGB 52 63 93 -
CMYK 0.44 0.32 0 0.64
HSL 223.9º 0.28% 0.28% -
HSV(B) 223.9º 0.44% 0.36% -
XYZ 5.17 5.08 11.06 -
YUV 63.13 144.86 120.06 -
System Red Green Blue C M Y K H S L
Decimal 52 63 93 0.44 0.32 0 0.64 223.9 0.28 0.28
Hex 34 3F 5D 2C 20 0 40 E0 1C 1C
Octal 64 77 135 54 40 0 100 340 34 34
Binary 110100 111111 1011101 101100 100000 0 1000000 11100000 11100 11100

Color Harmonies of #343F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343F5D

Black with #343F5D

Text Example


Text Example

White with #343F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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