Html Css Color HEX #334661 Gulf Blue

📋 copy color: '#334661'

red 51 ◦ green 70 ◦ blue 97

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

Shades of Gulf Blue #334661

Tints of Gulf Blue #334661

RGB

 RED value IS 51 (20.31% from 255) = 23.39%

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

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

R = 23.39%
G = 32.11%
B = 44.5%

CMYK

 C value IS 0.47

 M value IS 0.28

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#334661 (or 0x334661) is known color: Gulf Blue. HEX triplet: 33, 46 and 61. RGB value is (51,70,97). Sum of RGB (Red+Green+Blue) = 51+70+97=218 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.39% from 218); Green value is 70 (27.73% from 255 or 32.11% from 218); Blue value is 97 (38.28% from 255 or 44.50% from 218); Max value from RGB is 97 - color contains mainly: blue. Hex color #334661 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334661 is #CCB99E. Grayscale: #434343. Windows color (decimal): -13416863 or 6374963. OLE color: 6374963.

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

Color convert

RGB 51 70 97 -
CMYK 0.47 0.28 0 0.62
HSL 215.22º 0.31% 0.29% -
HSV(B) 215.22º 0.47% 0.38% -
XYZ 5.71 5.95 12.16 -
YUV 67.4 144.71 116.3 -
System Red Green Blue C M Y K H S L
Decimal 51 70 97 0.47 0.28 0 0.62 215.22 0.31 0.29
Hex 33 46 61 2F 1C 0 3E D7 1F 1D
Octal 63 106 141 57 34 0 76 327 37 35
Binary 110011 1000110 1100001 101111 11100 0 111110 11010111 11111 11101

Color Harmonies of #334661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334661

Black with #334661

Text Example


Text Example

White with #334661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334661; }

 p { color: rgb(51,70,97); }

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

background-color css

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

 a { background-color: rgb(51,70,97); }

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

border-color css

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

 span { border-color: rgb(51,70,97); }

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