Html Css Color HEX #334159 Gulf Blue

📋 copy color: '#334159'

red 51 ◦ green 65 ◦ blue 89

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

Shades of Gulf Blue #334159

Tints of Gulf Blue #334159

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 43.41%

R = 24.88%
G = 31.71%
B = 43.41%

CMYK

 C value IS 0.43

 M value IS 0.27

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#334159 (or 0x334159) is known color: Gulf Blue. HEX triplet: 33, 41 and 59. RGB value is (51,65,89). Sum of RGB (Red+Green+Blue) = 51+65+89=205 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.88% from 205); Green value is 65 (25.78% from 255 or 31.71% from 205); Blue value is 89 (35.16% from 255 or 43.41% from 205); Max value from RGB is 89 - color contains mainly: blue. Hex color #334159 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334159 is #CCBEA6. Grayscale: #3F3F3F. Windows color (decimal): -13418151 or 5849395. OLE color: 5849395.

HSL color Cylindrical-coordinate representation of color #334159: hue angle of 217.89º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #334159 is Cyan = 0.43, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 51 65 89 -
CMYK 0.43 0.27 0 0.65
HSL 217.89º 0.27% 0.27% -
HSV(B) 217.89º 0.43% 0.35% -
XYZ 5.06 5.21 10.19 -
YUV 63.55 142.36 119.05 -
System Red Green Blue C M Y K H S L
Decimal 51 65 89 0.43 0.27 0 0.65 217.89 0.27 0.27
Hex 33 41 59 2B 1B 0 41 DA 1B 1B
Octal 63 101 131 53 33 0 101 332 33 33
Binary 110011 1000001 1011001 101011 11011 0 1000001 11011010 11011 11011

Color Harmonies of #334159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334159

Black with #334159

Text Example


Text Example

White with #334159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334159; }

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

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

background-color css

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

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

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

border-color css

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

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

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