Html Css Color HEX #334161 Gulf Blue

📋 copy color: '#334161'

red 51 ◦ green 65 ◦ blue 97

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

Shades of Gulf Blue #334161

Tints of Gulf Blue #334161

RGB

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

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

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

R = 23.94%
G = 30.52%
B = 45.54%

CMYK

 C value IS 0.47

 M value IS 0.33

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#334161 (or 0x334161) is known color: Gulf Blue. HEX triplet: 33, 41 and 61. RGB value is (51,65,97). Sum of RGB (Red+Green+Blue) = 51+65+97=213 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.94% from 213); Green value is 65 (25.78% from 255 or 30.52% 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 #334161 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334161 is #CCBE9E. Grayscale: #404040. Windows color (decimal): -13418143 or 6373683. OLE color: 6373683.

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

Color convert

RGB 51 65 97 -
CMYK 0.47 0.33 0 0.62
HSL 221.74º 0.31% 0.29% -
HSV(B) 221.74º 0.47% 0.38% -
XYZ 5.41 5.35 12.06 -
YUV 64.46 146.36 118.4 -
System Red Green Blue C M Y K H S L
Decimal 51 65 97 0.47 0.33 0 0.62 221.74 0.31 0.29
Hex 33 41 61 2F 21 0 3E DE 1F 1D
Octal 63 101 141 57 41 0 76 336 37 35
Binary 110011 1000001 1100001 101111 100001 0 111110 11011110 11111 11101

Color Harmonies of #334161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334161

Black with #334161

Text Example


Text Example

White with #334161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334161; }

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

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

background-color css

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

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

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

border-color css

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

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

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