Html Css Color HEX #343F59 Gulf Blue

📋 copy color: '#343F59'

red 52 ◦ green 63 ◦ blue 89

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

Shades of Gulf Blue #343F59

Tints of Gulf Blue #343F59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 43.63%

R = 25.49%
G = 30.88%
B = 43.63%

CMYK

 C value IS 0.42

 M value IS 0.29

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#343F59 (or 0x343F59) is known color: Gulf Blue. HEX triplet: 34, 3F and 59. RGB value is (52,63,89). Sum of RGB (Red+Green+Blue) = 52+63+89=204 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.49% from 204); Green value is 63 (25% from 255 or 30.88% from 204); Blue value is 89 (35.16% from 255 or 43.63% from 204); Max value from RGB is 89 - color contains mainly: blue. Hex color #343F59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343F59 is #CBC0A6. Grayscale: #3E3E3E. Windows color (decimal): -13353127 or 5848884. OLE color: 5848884.

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

Color convert

RGB 52 63 89 -
CMYK 0.42 0.29 0 0.65
HSL 222.16º 0.26% 0.28% -
HSV(B) 222.16º 0.42% 0.35% -
XYZ 5 5.01 10.15 -
YUV 62.68 142.86 120.39 -
System Red Green Blue C M Y K H S L
Decimal 52 63 89 0.42 0.29 0 0.65 222.16 0.26 0.28
Hex 34 3F 59 2A 1D 0 41 DE 1A 1C
Octal 64 77 131 52 35 0 101 336 32 34
Binary 110100 111111 1011001 101010 11101 0 1000001 11011110 11010 11100

Color Harmonies of #343F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343F59

Black with #343F59

Text Example


Text Example

White with #343F59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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