Html Css Color HEX #343C5B Gulf Blue

📋 copy color: '#343C5B'

red 52 ◦ green 60 ◦ blue 91

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

Shades of Gulf Blue #343C5B

Tints of Gulf Blue #343C5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 44.83%

R = 25.62%
G = 29.56%
B = 44.83%

CMYK

 C value IS 0.43

 M value IS 0.34

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#343C5B (or 0x343C5B) is known color: Gulf Blue. HEX triplet: 34, 3C and 5B. RGB value is (52,60,91). Sum of RGB (Red+Green+Blue) = 52+60+91=203 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.62% from 203); Green value is 60 (23.83% from 255 or 29.56% from 203); Blue value is 91 (35.94% from 255 or 44.83% from 203); Max value from RGB is 91 - color contains mainly: blue. Hex color #343C5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343C5B is #CBC3A4. Grayscale: #3D3D3D. Windows color (decimal): -13353893 or 5979188. OLE color: 5979188.

HSL color Cylindrical-coordinate representation of color #343C5B: hue angle of 227.69º degrees, saturation: 0.27, 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 #343C5B is Cyan = 0.43, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 52 60 91 -
CMYK 0.43 0.34 0 0.64
HSL 227.69º 0.27% 0.28% -
HSV(B) 227.69º 0.43% 0.36% -
XYZ 4.92 4.72 10.55 -
YUV 61.14 144.85 121.48 -
System Red Green Blue C M Y K H S L
Decimal 52 60 91 0.43 0.34 0 0.64 227.69 0.27 0.28
Hex 34 3C 5B 2B 22 0 40 E4 1B 1C
Octal 64 74 133 53 42 0 100 344 33 34
Binary 110100 111100 1011011 101011 100010 0 1000000 11100100 11011 11100

Color Harmonies of #343C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343C5B

Black with #343C5B

Text Example


Text Example

White with #343C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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