Html Css Color HEX #334366 Gulf Blue

📋 copy color: '#334366'

red 51 ◦ green 67 ◦ blue 102

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

Shades of Gulf Blue #334366

Tints of Gulf Blue #334366

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 46.36%

R = 23.18%
G = 30.45%
B = 46.36%

CMYK

 C value IS 0.5

 M value IS 0.34

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#334366 (or 0x334366) is known color: Gulf Blue. HEX triplet: 33, 43 and 66. RGB value is (51,67,102). Sum of RGB (Red+Green+Blue) = 51+67+102=220 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.18% from 220); Green value is 67 (26.56% from 255 or 30.45% from 220); Blue value is 102 (40.23% from 255 or 46.36% from 220); Max value from RGB is 102 - color contains mainly: blue. Hex color #334366 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334366 is #CCBC99. Grayscale: #424242. Windows color (decimal): -13417626 or 6701875. OLE color: 6701875.

HSL color Cylindrical-coordinate representation of color #334366: hue angle of 221.18º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #334366 is Cyan = 0.5, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 51 67 102 -
CMYK 0.5 0.34 0 0.6
HSL 221.18º 0.33% 0.3% -
HSV(B) 221.18º 0.5% 0.4% -
XYZ 5.77 5.68 13.36 -
YUV 66.21 148.2 117.15 -
System Red Green Blue C M Y K H S L
Decimal 51 67 102 0.5 0.34 0 0.6 221.18 0.33 0.3
Hex 33 43 66 32 22 0 3C DD 21 1E
Octal 63 103 146 62 42 0 74 335 41 36
Binary 110011 1000011 1100110 110010 100010 0 111100 11011101 100001 11110

Color Harmonies of #334366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334366

Black with #334366

Text Example


Text Example

White with #334366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334366; }

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

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

background-color css

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

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

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

border-color css

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

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

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