Html Css Color HEX #344160 Gulf Blue

📋 copy color: '#344160'

red 52 ◦ green 65 ◦ blue 96

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

Shades of Gulf Blue #344160

Tints of Gulf Blue #344160

RGB

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

 GREEN value IS 65 (25.78% from 255) = 30.52%

 BLUE value IS 96 (37.89% from 255) = 45.07%

R = 24.41%
G = 30.52%
B = 45.07%

CMYK

 C value IS 0.46

 M value IS 0.32

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#344160 (or 0x344160) is known color: Gulf Blue. HEX triplet: 34, 41 and 60. RGB value is (52,65,96). Sum of RGB (Red+Green+Blue) = 52+65+96=213 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.41% from 213); Green value is 65 (25.78% from 255 or 30.52% from 213); Blue value is 96 (37.89% from 255 or 45.07% from 213); Max value from RGB is 96 - color contains mainly: blue. Hex color #344160 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344160 is #CBBE9F. Grayscale: #404040. Windows color (decimal): -13352608 or 6308148. OLE color: 6308148.

HSL color Cylindrical-coordinate representation of color #344160: hue angle of 222.27º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #344160 is Cyan = 0.46, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 52 65 96 -
CMYK 0.46 0.32 0 0.62
HSL 222.27º 0.3% 0.29% -
HSV(B) 222.27º 0.46% 0.38% -
XYZ 5.42 5.36 11.81 -
YUV 64.65 145.69 118.98 -
System Red Green Blue C M Y K H S L
Decimal 52 65 96 0.46 0.32 0 0.62 222.27 0.3 0.29
Hex 34 41 60 2E 20 0 3E DE 1E 1D
Octal 64 101 140 56 40 0 76 336 36 35
Binary 110100 1000001 1100000 101110 100000 0 111110 11011110 11110 11101

Color Harmonies of #344160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344160

Black with #344160

Text Example


Text Example

White with #344160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344160; }

 p { color: rgb(52,65,96); }

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

background-color css

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

 a { background-color: rgb(52,65,96); }

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

border-color css

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

 span { border-color: rgb(52,65,96); }

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