Html Css Color HEX #343B58 Gulf Blue

📋 copy color: '#343B58'

red 52 ◦ green 59 ◦ blue 88

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

Shades of Gulf Blue #343B58

Tints of Gulf Blue #343B58

RGB

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

 GREEN value IS 59 (23.44% from 255) = 29.65%

 BLUE value IS 88 (34.77% from 255) = 44.22%

R = 26.13%
G = 29.65%
B = 44.22%

CMYK

 C value IS 0.41

 M value IS 0.33

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#343B58 (or 0x343B58) is known color: Gulf Blue. HEX triplet: 34, 3B and 58. RGB value is (52,59,88). Sum of RGB (Red+Green+Blue) = 52+59+88=199 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.13% from 199); Green value is 59 (23.44% from 255 or 29.65% from 199); Blue value is 88 (34.77% from 255 or 44.22% from 199); Max value from RGB is 88 - color contains mainly: blue. Hex color #343B58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343B58 is #CBC4A7. Grayscale: #3C3C3C. Windows color (decimal): -13354152 or 5782324. OLE color: 5782324.

HSL color Cylindrical-coordinate representation of color #343B58: hue angle of 228.33º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #343B58 is Cyan = 0.41, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 52 59 88 -
CMYK 0.41 0.33 0 0.65
HSL 228.33º 0.26% 0.27% -
HSV(B) 228.33º 0.41% 0.35% -
XYZ 4.74 4.56 9.86 -
YUV 60.21 143.68 122.14 -
System Red Green Blue C M Y K H S L
Decimal 52 59 88 0.41 0.33 0 0.65 228.33 0.26 0.27
Hex 34 3B 58 29 21 0 41 E4 1A 1B
Octal 64 73 130 51 41 0 101 344 32 33
Binary 110100 111011 1011000 101001 100001 0 1000001 11100100 11010 11011

Color Harmonies of #343B58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343B58

Black with #343B58

Text Example


Text Example

White with #343B58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,59,88); }

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

background-color css

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

 a { background-color: rgb(52,59,88); }

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

border-color css

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

 span { border-color: rgb(52,59,88); }

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