Html Css Color HEX #343C5A Gulf Blue

📋 copy color: '#343C5A'

red 52 ◦ green 60 ◦ blue 90

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

Shades of Gulf Blue #343C5A

Tints of Gulf Blue #343C5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 44.55%

R = 25.74%
G = 29.7%
B = 44.55%

CMYK

 C value IS 0.42

 M value IS 0.33

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#343C5A (or 0x343C5A) is known color: Gulf Blue. HEX triplet: 34, 3C and 5A. RGB value is (52,60,90). Sum of RGB (Red+Green+Blue) = 52+60+90=202 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.74% from 202); Green value is 60 (23.83% from 255 or 29.70% from 202); Blue value is 90 (35.55% from 255 or 44.55% from 202); Max value from RGB is 90 - color contains mainly: blue. Hex color #343C5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343C5A is #CBC3A5. Grayscale: #3C3C3C. Windows color (decimal): -13353894 or 5913652. OLE color: 5913652.

HSL color Cylindrical-coordinate representation of color #343C5A: hue angle of 227.37º degrees, saturation: 0.27, 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 #343C5A is Cyan = 0.42, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 52 60 90 -
CMYK 0.42 0.33 0 0.65
HSL 227.37º 0.27% 0.28% -
HSV(B) 227.37º 0.42% 0.35% -
XYZ 4.88 4.7 10.32 -
YUV 61.03 144.35 121.56 -
System Red Green Blue C M Y K H S L
Decimal 52 60 90 0.42 0.33 0 0.65 227.37 0.27 0.28
Hex 34 3C 5A 2A 21 0 41 E3 1B 1C
Octal 64 74 132 52 41 0 101 343 33 34
Binary 110100 111100 1011010 101010 100001 0 1000001 11100011 11011 11100

Color Harmonies of #343C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343C5A

Black with #343C5A

Text Example


Text Example

White with #343C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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