Html Css Color HEX #334363 Gulf Blue

📋 copy color: '#334363'

red 51 ◦ green 67 ◦ blue 99

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

Shades of Gulf Blue #334363

Tints of Gulf Blue #334363

RGB

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

 GREEN value IS 67 (26.56% from 255) = 30.88%

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

R = 23.5%
G = 30.88%
B = 45.62%

CMYK

 C value IS 0.48

 M value IS 0.32

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#334363 (or 0x334363) is known color: Gulf Blue. HEX triplet: 33, 43 and 63. RGB value is (51,67,99). Sum of RGB (Red+Green+Blue) = 51+67+99=217 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.50% from 217); Green value is 67 (26.56% from 255 or 30.88% from 217); Blue value is 99 (39.06% from 255 or 45.62% from 217); Max value from RGB is 99 - color contains mainly: blue. Hex color #334363 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334363 is #CCBC9C. Grayscale: #414141. Windows color (decimal): -13417629 or 6505267. OLE color: 6505267.

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

Color convert

RGB 51 67 99 -
CMYK 0.48 0.32 0 0.61
HSL 220º 0.32% 0.29% -
HSV(B) 220º 0.48% 0.39% -
XYZ 5.62 5.62 12.59 -
YUV 65.86 146.7 117.4 -
System Red Green Blue C M Y K H S L
Decimal 51 67 99 0.48 0.32 0 0.61 220 0.32 0.29
Hex 33 43 63 30 20 0 3D DC 20 1D
Octal 63 103 143 60 40 0 75 334 40 35
Binary 110011 1000011 1100011 110000 100000 0 111101 11011100 100000 11101

Color Harmonies of #334363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334363

Black with #334363

Text Example


Text Example

White with #334363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334363; }

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

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

background-color css

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

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

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

border-color css

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

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

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