Html Css Color HEX #334365 Gulf Blue

📋 copy color: '#334365'

red 51 ◦ green 67 ◦ blue 101

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

Shades of Gulf Blue #334365

Tints of Gulf Blue #334365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 46.12%

R = 23.29%
G = 30.59%
B = 46.12%

CMYK

 C value IS 0.50

 M value IS 0.34

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#334365 (or 0x334365) is known color: Gulf Blue. HEX triplet: 33, 43 and 65. RGB value is (51,67,101). Sum of RGB (Red+Green+Blue) = 51+67+101=219 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.29% from 219); Green value is 67 (26.56% from 255 or 30.59% from 219); Blue value is 101 (39.84% from 255 or 46.12% from 219); Max value from RGB is 101 - color contains mainly: blue. Hex color #334365 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334365 is #CCBC9A. Grayscale: #414141. Windows color (decimal): -13417627 or 6636339. OLE color: 6636339.

HSL color Cylindrical-coordinate representation of color #334365: hue angle of 220.8º 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 #334365 is Cyan = 0.50, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 51 67 101 -
CMYK 0.50 0.34 0 0.60
HSL 220.8º 0.33% 0.3% -
HSV(B) 220.8º 0.5% 0.4% -
XYZ 5.72 5.66 13.1 -
YUV 66.09 147.7 117.24 -
System Red Green Blue C M Y K H S L
Decimal 51 67 101 0.50 0.34 0 0.60 220.8 0.33 0.3
Hex 33 43 65 32 22 0 3C DD 21 1E
Octal 63 103 145 62 42 0 74 335 41 36
Binary 110011 1000011 1100101 110010 100010 0 111100 11011101 100001 11110

Color Harmonies of #334365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334365

Black with #334365

Text Example


Text Example

White with #334365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334365; }

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

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

background-color css

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

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

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

border-color css

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

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

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