Html Css Color HEX #334261 Gulf Blue

📋 copy color: '#334261'

red 51 ◦ green 66 ◦ blue 97

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

Shades of Gulf Blue #334261

Tints of Gulf Blue #334261

RGB

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

 GREEN value IS 66 (26.17% from 255) = 30.84%

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

R = 23.83%
G = 30.84%
B = 45.33%

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

#334261 (or 0x334261) is known color: Gulf Blue. HEX triplet: 33, 42 and 61. RGB value is (51,66,97). Sum of RGB (Red+Green+Blue) = 51+66+97=214 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.83% from 214); Green value is 66 (26.17% from 255 or 30.84% from 214); Blue value is 97 (38.28% from 255 or 45.33% from 214); Max value from RGB is 97 - color contains mainly: blue. Hex color #334261 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334261 is #CCBD9E. Grayscale: #404040. Windows color (decimal): -13417887 or 6373939. OLE color: 6373939.

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

Color convert

RGB 51 66 97 -
CMYK 0.47 0.32 0 0.62
HSL 220.43º 0.31% 0.29% -
HSV(B) 220.43º 0.47% 0.38% -
XYZ 5.47 5.46 12.08 -
YUV 65.05 146.03 117.98 -
System Red Green Blue C M Y K H S L
Decimal 51 66 97 0.47 0.32 0 0.62 220.43 0.31 0.29
Hex 33 42 61 2F 20 0 3E DC 1F 1D
Octal 63 102 141 57 40 0 76 334 37 35
Binary 110011 1000010 1100001 101111 100000 0 111110 11011100 11111 11101

Color Harmonies of #334261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334261

Black with #334261

Text Example


Text Example

White with #334261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334261; }

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

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

background-color css

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

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

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

border-color css

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

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

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