Html Css Color HEX #334160 Gulf Blue

📋 copy color: '#334160'

red 51 ◦ green 65 ◦ blue 96

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

Shades of Gulf Blue #334160

Tints of Gulf Blue #334160

RGB

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

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

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

R = 24.06%
G = 30.66%
B = 45.28%

CMYK

 C value IS 0.47

 M value IS 0.32

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#334160 (or 0x334160) is known color: Gulf Blue. HEX triplet: 33, 41 and 60. RGB value is (51,65,96). Sum of RGB (Red+Green+Blue) = 51+65+96=212 (28% of max value = 765). Red value is 51 (20.31% from 255 or 24.06% from 212); Green value is 65 (25.78% from 255 or 30.66% from 212); Blue value is 96 (37.89% from 255 or 45.28% from 212); Max value from RGB is 96 - color contains mainly: blue. Hex color #334160 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334160 is #CCBE9F. Grayscale: #404040. Windows color (decimal): -13418144 or 6308147. OLE color: 6308147.

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

Color convert

RGB 51 65 96 -
CMYK 0.47 0.32 0 0.62
HSL 221.33º 0.31% 0.29% -
HSV(B) 221.33º 0.47% 0.38% -
XYZ 5.37 5.33 11.81 -
YUV 64.35 145.86 118.48 -
System Red Green Blue C M Y K H S L
Decimal 51 65 96 0.47 0.32 0 0.62 221.33 0.31 0.29
Hex 33 41 60 2F 20 0 3E DD 1F 1D
Octal 63 101 140 57 40 0 76 335 37 35
Binary 110011 1000001 1100000 101111 100000 0 111110 11011101 11111 11101

Color Harmonies of #334160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334160

Black with #334160

Text Example


Text Example

White with #334160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334160; }

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

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

background-color css

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

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

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

border-color css

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

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

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