Html Css Color HEX #344261 Gulf Blue

📋 copy color: '#344261'

red 52 ◦ green 66 ◦ blue 97

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

Shades of Gulf Blue #344261

Tints of Gulf Blue #344261

RGB

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

 GREEN value IS 66 (26.17% from 255) = 30.7%

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

R = 24.19%
G = 30.7%
B = 45.12%

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

#344261 (or 0x344261) is known color: Gulf Blue. HEX triplet: 34, 42 and 61. RGB value is (52,66,97). Sum of RGB (Red+Green+Blue) = 52+66+97=215 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.19% from 215); Green value is 66 (26.17% from 255 or 30.70% from 215); Blue value is 97 (38.28% from 255 or 45.12% from 215); Max value from RGB is 97 - color contains mainly: blue. Hex color #344261 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344261 is #CBBD9E. Grayscale: #414141. Windows color (decimal): -13352351 or 6373940. OLE color: 6373940.

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

Color convert

RGB 52 66 97 -
CMYK 0.46 0.32 0 0.62
HSL 221.33º 0.3% 0.29% -
HSV(B) 221.33º 0.46% 0.38% -
XYZ 5.52 5.49 12.08 -
YUV 65.35 145.86 118.48 -
System Red Green Blue C M Y K H S L
Decimal 52 66 97 0.46 0.32 0 0.62 221.33 0.3 0.29
Hex 34 42 61 2E 20 0 3E DD 1E 1D
Octal 64 102 141 56 40 0 76 335 36 35
Binary 110100 1000010 1100001 101110 100000 0 111110 11011101 11110 11101

Color Harmonies of #344261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344261

Black with #344261

Text Example


Text Example

White with #344261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344261; }

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

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

background-color css

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

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

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

border-color css

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

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

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