Html Css Color HEX #343C56 Gulf Blue

📋 copy color: '#343C56'

red 52 ◦ green 60 ◦ blue 86

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

Shades of Gulf Blue #343C56

Tints of Gulf Blue #343C56

RGB

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

 GREEN value IS 60 (23.83% from 255) = 30.3%

 BLUE value IS 86 (33.98% from 255) = 43.43%

R = 26.26%
G = 30.3%
B = 43.43%

CMYK

 C value IS 0.40

 M value IS 0.30

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#343C56 (or 0x343C56) is known color: Gulf Blue. HEX triplet: 34, 3C and 56. RGB value is (52,60,86). Sum of RGB (Red+Green+Blue) = 52+60+86=198 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.26% from 198); Green value is 60 (23.83% from 255 or 30.30% from 198); Blue value is 86 (33.98% from 255 or 43.43% from 198); Max value from RGB is 86 - color contains mainly: blue. Hex color #343C56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343C56 is #CBC3A9. Grayscale: #3C3C3C. Windows color (decimal): -13353898 or 5651508. OLE color: 5651508.

HSL color Cylindrical-coordinate representation of color #343C56: hue angle of 225.88º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #343C56 is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 52 60 86 -
CMYK 0.40 0.30 0 0.66
HSL 225.88º 0.25% 0.27% -
HSV(B) 225.88º 0.4% 0.34% -
XYZ 4.71 4.63 9.45 -
YUV 60.57 142.35 121.89 -
System Red Green Blue C M Y K H S L
Decimal 52 60 86 0.40 0.30 0 0.66 225.88 0.25 0.27
Hex 34 3C 56 28 1E 0 42 E2 19 1B
Octal 64 74 126 50 36 0 102 342 31 33
Binary 110100 111100 1010110 101000 11110 0 1000010 11100010 11001 11011

Color Harmonies of #343C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343C56

Black with #343C56

Text Example


Text Example

White with #343C56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,60,86); }

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

background-color css

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

 a { background-color: rgb(52,60,86); }

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

border-color css

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

 span { border-color: rgb(52,60,86); }

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