Html Css Color HEX #344668 Gulf Blue

📋 copy color: '#344668'

red 52 ◦ green 70 ◦ blue 104

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

Shades of Gulf Blue #344668

Tints of Gulf Blue #344668

RGB

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

 GREEN value IS 70 (27.73% from 255) = 30.97%

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

R = 23.01%
G = 30.97%
B = 46.02%

CMYK

 C value IS 0.50

 M value IS 0.33

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#344668 (or 0x344668) is known color: Gulf Blue. HEX triplet: 34, 46 and 68. RGB value is (52,70,104). Sum of RGB (Red+Green+Blue) = 52+70+104=226 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.01% from 226); Green value is 70 (27.73% from 255 or 30.97% from 226); Blue value is 104 (41.02% from 255 or 46.02% from 226); Max value from RGB is 104 - color contains mainly: blue. Hex color #344668 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344668 is #CBB997. Grayscale: #444444. Windows color (decimal): -13351320 or 6833716. OLE color: 6833716.

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

Color convert

RGB 52 70 104 -
CMYK 0.50 0.33 0 0.59
HSL 219.23º 0.33% 0.31% -
HSV(B) 219.23º 0.5% 0.41% -
XYZ 6.11 6.11 13.95 -
YUV 68.49 148.04 116.24 -
System Red Green Blue C M Y K H S L
Decimal 52 70 104 0.50 0.33 0 0.59 219.23 0.33 0.31
Hex 34 46 68 32 21 0 3B DB 21 1F
Octal 64 106 150 62 41 0 73 333 41 37
Binary 110100 1000110 1101000 110010 100001 0 111011 11011011 100001 11111

Color Harmonies of #344668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344668

Black with #344668

Text Example


Text Example

White with #344668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344668; }

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

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

background-color css

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

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

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

border-color css

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

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

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