Html Css Color HEX #344768 Gulf Blue

📋 copy color: '#344768'

red 52 ◦ green 71 ◦ blue 104

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

Shades of Gulf Blue #344768

Tints of Gulf Blue #344768

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 45.81%

R = 22.91%
G = 31.28%
B = 45.81%

CMYK

 C value IS 0.50

 M value IS 0.32

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#344768 (or 0x344768) is known color: Gulf Blue. HEX triplet: 34, 47 and 68. RGB value is (52,71,104). Sum of RGB (Red+Green+Blue) = 52+71+104=227 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.91% from 227); Green value is 71 (28.12% from 255 or 31.28% from 227); Blue value is 104 (41.02% from 255 or 45.81% from 227); Max value from RGB is 104 - color contains mainly: blue. Hex color #344768 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344768 is #CBB897. Grayscale: #444444. Windows color (decimal): -13351064 or 6833972. OLE color: 6833972.

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

Color convert

RGB 52 71 104 -
CMYK 0.50 0.32 0 0.59
HSL 218.08º 0.33% 0.31% -
HSV(B) 218.08º 0.5% 0.41% -
XYZ 6.17 6.24 13.98 -
YUV 69.08 147.71 115.82 -
System Red Green Blue C M Y K H S L
Decimal 52 71 104 0.50 0.32 0 0.59 218.08 0.33 0.31
Hex 34 47 68 32 20 0 3B DA 21 1F
Octal 64 107 150 62 40 0 73 332 41 37
Binary 110100 1000111 1101000 110010 100000 0 111011 11011010 100001 11111

Color Harmonies of #344768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344768

Black with #344768

Text Example


Text Example

White with #344768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344768; }

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

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

background-color css

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

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

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

border-color css

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

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

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