Html Css Color HEX #344061 Gulf Blue

📋 copy color: '#344061'

red 52 ◦ green 64 ◦ blue 97

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

Shades of Gulf Blue #344061

Tints of Gulf Blue #344061

RGB

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

 GREEN value IS 64 (25.39% from 255) = 30.05%

 BLUE value IS 97 (38.28% from 255) = 45.54%

R = 24.41%
G = 30.05%
B = 45.54%

CMYK

 C value IS 0.46

 M value IS 0.34

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#344061 (or 0x344061) is known color: Gulf Blue. HEX triplet: 34, 40 and 61. RGB value is (52,64,97). Sum of RGB (Red+Green+Blue) = 52+64+97=213 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.41% from 213); Green value is 64 (25.39% from 255 or 30.05% from 213); Blue value is 97 (38.28% from 255 or 45.54% from 213); Max value from RGB is 97 - color contains mainly: blue. Hex color #344061 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344061 is #CBBF9E. Grayscale: #404040. Windows color (decimal): -13352863 or 6373428. OLE color: 6373428.

HSL color Cylindrical-coordinate representation of color #344061: hue angle of 224º 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 #344061 is Cyan = 0.46, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 52 64 97 -
CMYK 0.46 0.34 0 0.62
HSL 224º 0.3% 0.29% -
HSV(B) 224º 0.46% 0.38% -
XYZ 5.41 5.26 12.04 -
YUV 64.17 146.52 119.32 -
System Red Green Blue C M Y K H S L
Decimal 52 64 97 0.46 0.34 0 0.62 224 0.3 0.29
Hex 34 40 61 2E 22 0 3E E0 1E 1D
Octal 64 100 141 56 42 0 76 340 36 35
Binary 110100 1000000 1100001 101110 100010 0 111110 11100000 11110 11101

Color Harmonies of #344061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344061

Black with #344061

Text Example


Text Example

White with #344061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344061; }

 p { color: rgb(52,64,97); }

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

background-color css

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

 a { background-color: rgb(52,64,97); }

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

border-color css

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

 span { border-color: rgb(52,64,97); }

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