Html Css Color HEX #343B5B Gulf Blue

📋 copy color: '#343B5B'

red 52 ◦ green 59 ◦ blue 91

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

Shades of Gulf Blue #343B5B

Tints of Gulf Blue #343B5B

RGB

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

 GREEN value IS 59 (23.44% from 255) = 29.21%

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

R = 25.74%
G = 29.21%
B = 45.05%

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

#343B5B (or 0x343B5B) is known color: Gulf Blue. HEX triplet: 34, 3B and 5B. RGB value is (52,59,91). Sum of RGB (Red+Green+Blue) = 52+59+91=202 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.74% from 202); Green value is 59 (23.44% from 255 or 29.21% from 202); Blue value is 91 (35.94% from 255 or 45.05% from 202); Max value from RGB is 91 - color contains mainly: blue. Hex color #343B5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343B5B is #CBC4A4. Grayscale: #3C3C3C. Windows color (decimal): -13354149 or 5978932. OLE color: 5978932.

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

Color convert

RGB 52 59 91 -
CMYK 0.43 0.35 0 0.64
HSL 229.23º 0.27% 0.28% -
HSV(B) 229.23º 0.43% 0.36% -
XYZ 4.87 4.61 10.53 -
YUV 60.56 145.18 121.9 -
System Red Green Blue C M Y K H S L
Decimal 52 59 91 0.43 0.35 0 0.64 229.23 0.27 0.28
Hex 34 3B 5B 2B 23 0 40 E5 1B 1C
Octal 64 73 133 53 43 0 100 345 33 34
Binary 110100 111011 1011011 101011 100011 0 1000000 11100101 11011 11100

Color Harmonies of #343B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343B5B

Black with #343B5B

Text Example


Text Example

White with #343B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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