Html Css Color HEX #334663 Gulf Blue

📋 copy color: '#334663'

red 51 ◦ green 70 ◦ blue 99

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

Shades of Gulf Blue #334663

Tints of Gulf Blue #334663

RGB

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

 GREEN value IS 70 (27.73% from 255) = 31.82%

 BLUE value IS 99 (39.06% from 255) = 45%

R = 23.18%
G = 31.82%
B = 45%

CMYK

 C value IS 0.48

 M value IS 0.29

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#334663 (or 0x334663) is known color: Gulf Blue. HEX triplet: 33, 46 and 63. RGB value is (51,70,99). Sum of RGB (Red+Green+Blue) = 51+70+99=220 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.18% from 220); Green value is 70 (27.73% from 255 or 31.82% from 220); Blue value is 99 (39.06% from 255 or 45% from 220); Max value from RGB is 99 - color contains mainly: blue. Hex color #334663 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334663 is #CCB99C. Grayscale: #434343. Windows color (decimal): -13416861 or 6506035. OLE color: 6506035.

HSL color Cylindrical-coordinate representation of color #334663: hue angle of 216.25º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #334663 is Cyan = 0.48, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 51 70 99 -
CMYK 0.48 0.29 0 0.61
HSL 216.25º 0.32% 0.29% -
HSV(B) 216.25º 0.48% 0.39% -
XYZ 5.81 5.98 12.65 -
YUV 67.63 145.71 116.14 -
System Red Green Blue C M Y K H S L
Decimal 51 70 99 0.48 0.29 0 0.61 216.25 0.32 0.29
Hex 33 46 63 30 1D 0 3D D8 20 1D
Octal 63 106 143 60 35 0 75 330 40 35
Binary 110011 1000110 1100011 110000 11101 0 111101 11011000 100000 11101

Color Harmonies of #334663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334663

Black with #334663

Text Example


Text Example

White with #334663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334663; }

 p { color: rgb(51,70,99); }

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

background-color css

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

 a { background-color: rgb(51,70,99); }

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

border-color css

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

 span { border-color: rgb(51,70,99); }

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