Html Css Color HEX #344767 Gulf Blue

📋 copy color: '#344767'

red 52 ◦ green 71 ◦ blue 103

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

Shades of Gulf Blue #344767

Tints of Gulf Blue #344767

RGB

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

 GREEN value IS 71 (28.13% from 255) = 31.42%

 BLUE value IS 103 (40.63% from 255) = 45.58%

R = 23.01%
G = 31.42%
B = 45.58%

CMYK

 C value IS 0.50

 M value IS 0.31

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#344767 (or 0x344767) is known color: Gulf Blue. HEX triplet: 34, 47 and 67. RGB value is (52,71,103). Sum of RGB (Red+Green+Blue) = 52+71+103=226 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.01% from 226); Green value is 71 (28.12% from 255 or 31.42% from 226); Blue value is 103 (40.62% from 255 or 45.58% from 226); Max value from RGB is 103 - color contains mainly: blue. Hex color #344767 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344767 is #CBB898. Grayscale: #444444. Windows color (decimal): -13351065 or 6768436. OLE color: 6768436.

HSL color Cylindrical-coordinate representation of color #344767: hue angle of 217.65º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #344767 is Cyan = 0.50, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 52 71 103 -
CMYK 0.50 0.31 0 0.60
HSL 217.65º 0.33% 0.3% -
HSV(B) 217.65º 0.5% 0.4% -
XYZ 6.12 6.22 13.71 -
YUV 68.97 147.21 115.9 -
System Red Green Blue C M Y K H S L
Decimal 52 71 103 0.50 0.31 0 0.60 217.65 0.33 0.3
Hex 34 47 67 32 1F 0 3C DA 21 1E
Octal 64 107 147 62 37 0 74 332 41 36
Binary 110100 1000111 1100111 110010 11111 0 111100 11011010 100001 11110

Color Harmonies of #344767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344767

Black with #344767

Text Example


Text Example

White with #344767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344767; }

 p { color: rgb(52,71,103); }

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

background-color css

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

 a { background-color: rgb(52,71,103); }

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

border-color css

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

 span { border-color: rgb(52,71,103); }

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