Html Css Color HEX #364768 Gulf Blue

📋 copy color: '#364768'

red 54 ◦ green 71 ◦ blue 104

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

Shades of Gulf Blue #364768

Tints of Gulf Blue #364768

RGB

 RED value IS 54 (21.48% from 255) = 23.58%

 GREEN value IS 71 (28.13% from 255) = 31%

 BLUE value IS 104 (41.02% from 255) = 45.41%

R = 23.58%
G = 31%
B = 45.41%

CMYK

 C value IS 0.48

 M value IS 0.32

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#364768 (or 0x364768) is known color: Gulf Blue. HEX triplet: 36, 47 and 68. RGB value is (54,71,104). Sum of RGB (Red+Green+Blue) = 54+71+104=229 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.58% from 229); Green value is 71 (28.12% from 255 or 31.00% from 229); Blue value is 104 (41.02% from 255 or 45.41% from 229); Max value from RGB is 104 - color contains mainly: blue. Hex color #364768 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364768 is #C9B897. Grayscale: #454545. Windows color (decimal): -13219992 or 6833974. OLE color: 6833974.

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

Color convert

RGB 54 71 104 -
CMYK 0.48 0.32 0 0.59
HSL 219.6º 0.32% 0.31% -
HSV(B) 219.6º 0.48% 0.41% -
XYZ 6.27 6.29 13.98 -
YUV 69.68 147.37 116.82 -
System Red Green Blue C M Y K H S L
Decimal 54 71 104 0.48 0.32 0 0.59 219.6 0.32 0.31
Hex 36 47 68 30 20 0 3B DC 20 1F
Octal 66 107 150 60 40 0 73 334 40 37
Binary 110110 1000111 1101000 110000 100000 0 111011 11011100 100000 11111

Color Harmonies of #364768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364768

Black with #364768

Text Example


Text Example

White with #364768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364768; }

 p { color: rgb(54,71,104); }

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

background-color css

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

 a { background-color: rgb(54,71,104); }

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

border-color css

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

 span { border-color: rgb(54,71,104); }

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