Html Css Color HEX #344466 Gulf Blue

📋 copy color: '#344466'

red 52 ◦ green 68 ◦ blue 102

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

Shades of Gulf Blue #344466

Tints of Gulf Blue #344466

RGB

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

 GREEN value IS 68 (26.95% from 255) = 30.63%

 BLUE value IS 102 (40.23% from 255) = 45.95%

R = 23.42%
G = 30.63%
B = 45.95%

CMYK

 C value IS 0.49

 M value IS 0.33

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#344466 (or 0x344466) is known color: Gulf Blue. HEX triplet: 34, 44 and 66. RGB value is (52,68,102). Sum of RGB (Red+Green+Blue) = 52+68+102=222 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.42% from 222); Green value is 68 (26.95% from 255 or 30.63% from 222); Blue value is 102 (40.23% from 255 or 45.95% from 222); Max value from RGB is 102 - color contains mainly: blue. Hex color #344466 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344466 is #CBBB99. Grayscale: #424242. Windows color (decimal): -13351834 or 6702132. OLE color: 6702132.

HSL color Cylindrical-coordinate representation of color #344466: hue angle of 220.8º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #344466 is Cyan = 0.49, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 52 68 102 -
CMYK 0.49 0.33 0 0.6
HSL 220.8º 0.32% 0.3% -
HSV(B) 220.8º 0.49% 0.4% -
XYZ 5.88 5.82 13.38 -
YUV 67.09 147.7 117.24 -
System Red Green Blue C M Y K H S L
Decimal 52 68 102 0.49 0.33 0 0.6 220.8 0.32 0.3
Hex 34 44 66 31 21 0 3C DD 20 1E
Octal 64 104 146 61 41 0 74 335 40 36
Binary 110100 1000100 1100110 110001 100001 0 111100 11011101 100000 11110

Color Harmonies of #344466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344466

Black with #344466

Text Example


Text Example

White with #344466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344466; }

 p { color: rgb(52,68,102); }

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

background-color css

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

 a { background-color: rgb(52,68,102); }

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

border-color css

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

 span { border-color: rgb(52,68,102); }

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