Html Css Color HEX #334361 Gulf Blue

📋 copy color: '#334361'

red 51 ◦ green 67 ◦ blue 97

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

Shades of Gulf Blue #334361

Tints of Gulf Blue #334361

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 45.12%

R = 23.72%
G = 31.16%
B = 45.12%

CMYK

 C value IS 0.47

 M value IS 0.31

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#334361 (or 0x334361) is known color: Gulf Blue. HEX triplet: 33, 43 and 61. RGB value is (51,67,97). Sum of RGB (Red+Green+Blue) = 51+67+97=215 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.72% from 215); Green value is 67 (26.56% from 255 or 31.16% from 215); Blue value is 97 (38.28% from 255 or 45.12% from 215); Max value from RGB is 97 - color contains mainly: blue. Hex color #334361 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334361 is #CCBC9E. Grayscale: #414141. Windows color (decimal): -13417631 or 6374195. OLE color: 6374195.

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

Color convert

RGB 51 67 97 -
CMYK 0.47 0.31 0 0.62
HSL 219.13º 0.31% 0.29% -
HSV(B) 219.13º 0.47% 0.38% -
XYZ 5.53 5.58 12.1 -
YUV 65.64 145.7 117.56 -
System Red Green Blue C M Y K H S L
Decimal 51 67 97 0.47 0.31 0 0.62 219.13 0.31 0.29
Hex 33 43 61 2F 1F 0 3E DB 1F 1D
Octal 63 103 141 57 37 0 76 333 37 35
Binary 110011 1000011 1100001 101111 11111 0 111110 11011011 11111 11101

Color Harmonies of #334361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334361

Black with #334361

Text Example


Text Example

White with #334361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334361; }

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

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

background-color css

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

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

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

border-color css

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

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

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