Html Css Color HEX #344769 Gulf Blue

📋 copy color: '#344769'

red 52 ◦ green 71 ◦ blue 105

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

Shades of Gulf Blue #344769

Tints of Gulf Blue #344769

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 46.05%

R = 22.81%
G = 31.14%
B = 46.05%

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

#344769 (or 0x344769) is known color: Gulf Blue. HEX triplet: 34, 47 and 69. RGB value is (52,71,105). Sum of RGB (Red+Green+Blue) = 52+71+105=228 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.81% from 228); Green value is 71 (28.12% from 255 or 31.14% from 228); Blue value is 105 (41.41% from 255 or 46.05% from 228); Max value from RGB is 105 - color contains mainly: blue. Hex color #344769 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344769 is #CBB896. Grayscale: #454545. Windows color (decimal): -13351063 or 6899508. OLE color: 6899508.

HSL color Cylindrical-coordinate representation of color #344769: hue angle of 218.49º degrees, saturation: 0.34, 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 #344769 is Cyan = 0.50, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 52 71 105 -
CMYK 0.50 0.32 0 0.59
HSL 218.49º 0.34% 0.31% -
HSV(B) 218.49º 0.5% 0.41% -
XYZ 6.22 6.26 14.24 -
YUV 69.2 148.21 115.74 -
System Red Green Blue C M Y K H S L
Decimal 52 71 105 0.50 0.32 0 0.59 218.49 0.34 0.31
Hex 34 47 69 32 20 0 3B DA 22 1F
Octal 64 107 151 62 40 0 73 332 42 37
Binary 110100 1000111 1101001 110010 100000 0 111011 11011010 100010 11111

Color Harmonies of #344769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344769

Black with #344769

Text Example


Text Example

White with #344769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344769; }

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

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

background-color css

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

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

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

border-color css

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

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

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