Html Css Color HEX #343C5C Gulf Blue

📋 copy color: '#343C5C'

red 52 ◦ green 60 ◦ blue 92

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

Shades of Gulf Blue #343C5C

Tints of Gulf Blue #343C5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 45.1%

R = 25.49%
G = 29.41%
B = 45.1%

CMYK

 C value IS 0.43

 M value IS 0.35

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#343C5C (or 0x343C5C) is known color: Gulf Blue. HEX triplet: 34, 3C and 5C. RGB value is (52,60,92). Sum of RGB (Red+Green+Blue) = 52+60+92=204 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.49% from 204); Green value is 60 (23.83% from 255 or 29.41% from 204); Blue value is 92 (36.33% from 255 or 45.10% from 204); Max value from RGB is 92 - color contains mainly: blue. Hex color #343C5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343C5C is #CBC3A3. Grayscale: #3D3D3D. Windows color (decimal): -13353892 or 6044724. OLE color: 6044724.

HSL color Cylindrical-coordinate representation of color #343C5C: hue angle of 228º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #343C5C is Cyan = 0.43, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 52 60 92 -
CMYK 0.43 0.35 0 0.64
HSL 228º 0.28% 0.28% -
HSV(B) 228º 0.43% 0.36% -
XYZ 4.96 4.73 10.78 -
YUV 61.26 145.35 121.4 -
System Red Green Blue C M Y K H S L
Decimal 52 60 92 0.43 0.35 0 0.64 228 0.28 0.28
Hex 34 3C 5C 2B 23 0 40 E4 1C 1C
Octal 64 74 134 53 43 0 100 344 34 34
Binary 110100 111100 1011100 101011 100011 0 1000000 11100100 11100 11100

Color Harmonies of #343C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343C5C

Black with #343C5C

Text Example


Text Example

White with #343C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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