Html Css Color HEX #343A54 Gulf Blue

📋 copy color: '#343A54'

red 52 ◦ green 58 ◦ blue 84

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

Shades of Gulf Blue #343A54

Tints of Gulf Blue #343A54

RGB

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

 GREEN value IS 58 (23.05% from 255) = 29.9%

 BLUE value IS 84 (33.2% from 255) = 43.3%

R = 26.8%
G = 29.9%
B = 43.3%

CMYK

 C value IS 0.38

 M value IS 0.31

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#343A54 (or 0x343A54) is known color: Gulf Blue. HEX triplet: 34, 3A and 54. RGB value is (52,58,84). Sum of RGB (Red+Green+Blue) = 52+58+84=194 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.80% from 194); Green value is 58 (23.05% from 255 or 29.90% from 194); Blue value is 84 (33.20% from 255 or 43.30% from 194); Max value from RGB is 84 - color contains mainly: blue. Hex color #343A54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343A54 is #CBC5AB. Grayscale: #3B3B3B. Windows color (decimal): -13354412 or 5519924. OLE color: 5519924.

HSL color Cylindrical-coordinate representation of color #343A54: hue angle of 228.75º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #343A54 is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 52 58 84 -
CMYK 0.38 0.31 0 0.67
HSL 228.75º 0.24% 0.27% -
HSV(B) 228.75º 0.38% 0.33% -
XYZ 4.53 4.4 9 -
YUV 59.17 142.01 122.89 -
System Red Green Blue C M Y K H S L
Decimal 52 58 84 0.38 0.31 0 0.67 228.75 0.24 0.27
Hex 34 3A 54 26 1F 0 43 E5 18 1B
Octal 64 72 124 46 37 0 103 345 30 33
Binary 110100 111010 1010100 100110 11111 0 1000011 11100101 11000 11011

Color Harmonies of #343A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343A54

Black with #343A54

Text Example


Text Example

White with #343A54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,58,84); }

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

background-color css

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

 a { background-color: rgb(52,58,84); }

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

border-color css

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

 span { border-color: rgb(52,58,84); }

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