Html Css Color HEX #334561 Gulf Blue

📋 copy color: '#334561'

red 51 ◦ green 69 ◦ blue 97

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

Shades of Gulf Blue #334561

Tints of Gulf Blue #334561

RGB

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

 GREEN value IS 69 (27.34% from 255) = 31.8%

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

R = 23.5%
G = 31.8%
B = 44.7%

CMYK

 C value IS 0.47

 M value IS 0.29

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#334561 (or 0x334561) is known color: Gulf Blue. HEX triplet: 33, 45 and 61. RGB value is (51,69,97). Sum of RGB (Red+Green+Blue) = 51+69+97=217 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.50% from 217); Green value is 69 (27.34% from 255 or 31.80% from 217); Blue value is 97 (38.28% from 255 or 44.70% from 217); Max value from RGB is 97 - color contains mainly: blue. Hex color #334561 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334561 is #CCBA9E. Grayscale: #424242. Windows color (decimal): -13417119 or 6374707. OLE color: 6374707.

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

Color convert

RGB 51 69 97 -
CMYK 0.47 0.29 0 0.62
HSL 216.52º 0.31% 0.29% -
HSV(B) 216.52º 0.47% 0.38% -
XYZ 5.65 5.82 12.14 -
YUV 66.81 145.04 116.72 -
System Red Green Blue C M Y K H S L
Decimal 51 69 97 0.47 0.29 0 0.62 216.52 0.31 0.29
Hex 33 45 61 2F 1D 0 3E D9 1F 1D
Octal 63 105 141 57 35 0 76 331 37 35
Binary 110011 1000101 1100001 101111 11101 0 111110 11011001 11111 11101

Color Harmonies of #334561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334561

Black with #334561

Text Example


Text Example

White with #334561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334561; }

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

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

background-color css

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

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

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

border-color css

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

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

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