Html Css Color HEX #334460 Gulf Blue

📋 copy color: '#334460'

red 51 ◦ green 68 ◦ blue 96

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

Shades of Gulf Blue #334460

Tints of Gulf Blue #334460

RGB

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

 GREEN value IS 68 (26.95% from 255) = 31.63%

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

R = 23.72%
G = 31.63%
B = 44.65%

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

#334460 (or 0x334460) is known color: Gulf Blue. HEX triplet: 33, 44 and 60. RGB value is (51,68,96). Sum of RGB (Red+Green+Blue) = 51+68+96=215 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.72% from 215); Green value is 68 (26.95% from 255 or 31.63% from 215); Blue value is 96 (37.89% from 255 or 44.65% from 215); Max value from RGB is 96 - color contains mainly: blue. Hex color #334460 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334460 is #CCBB9F. Grayscale: #414141. Windows color (decimal): -13417376 or 6308915. OLE color: 6308915.

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

Color convert

RGB 51 68 96 -
CMYK 0.47 0.29 0 0.62
HSL 217.33º 0.31% 0.29% -
HSV(B) 217.33º 0.47% 0.38% -
XYZ 5.54 5.68 11.87 -
YUV 66.11 144.87 117.22 -
System Red Green Blue C M Y K H S L
Decimal 51 68 96 0.47 0.29 0 0.62 217.33 0.31 0.29
Hex 33 44 60 2F 1D 0 3E D9 1F 1D
Octal 63 104 140 57 35 0 76 331 37 35
Binary 110011 1000100 1100000 101111 11101 0 111110 11011001 11111 11101

Color Harmonies of #334460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334460

Black with #334460

Text Example


Text Example

White with #334460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334460; }

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

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

background-color css

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

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

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

border-color css

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

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

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