Html Css Color HEX #343F58 Gulf Blue

📋 copy color: '#343F58'

red 52 ◦ green 63 ◦ blue 88

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

Shades of Gulf Blue #343F58

Tints of Gulf Blue #343F58

RGB

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

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

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

R = 25.62%
G = 31.03%
B = 43.35%

CMYK

 C value IS 0.41

 M value IS 0.28

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#343F58 (or 0x343F58) is known color: Gulf Blue. HEX triplet: 34, 3F and 58. RGB value is (52,63,88). Sum of RGB (Red+Green+Blue) = 52+63+88=203 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.62% from 203); Green value is 63 (25% from 255 or 31.03% from 203); Blue value is 88 (34.77% from 255 or 43.35% from 203); Max value from RGB is 88 - color contains mainly: blue. Hex color #343F58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343F58 is #CBC0A7. Grayscale: #3E3E3E. Windows color (decimal): -13353128 or 5783348. OLE color: 5783348.

HSL color Cylindrical-coordinate representation of color #343F58: hue angle of 221.67º 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 #343F58 is Cyan = 0.41, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 52 63 88 -
CMYK 0.41 0.28 0 0.65
HSL 221.67º 0.26% 0.27% -
HSV(B) 221.67º 0.41% 0.35% -
XYZ 4.96 4.99 9.93 -
YUV 62.56 142.36 120.47 -
System Red Green Blue C M Y K H S L
Decimal 52 63 88 0.41 0.28 0 0.65 221.67 0.26 0.27
Hex 34 3F 58 29 1C 0 41 DE 1A 1B
Octal 64 77 130 51 34 0 101 336 32 33
Binary 110100 111111 1011000 101001 11100 0 1000001 11011110 11010 11011

Color Harmonies of #343F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343F58

Black with #343F58

Text Example


Text Example

White with #343F58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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