Html Css Color HEX #364666 Gulf Blue

📋 copy color: '#364666'

red 54 ◦ green 70 ◦ blue 102

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

Shades of Gulf Blue #364666

Tints of Gulf Blue #364666

RGB

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

 GREEN value IS 70 (27.73% from 255) = 30.97%

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

R = 23.89%
G = 30.97%
B = 45.13%

CMYK

 C value IS 0.47

 M value IS 0.31

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#364666 (or 0x364666) is known color: Gulf Blue. HEX triplet: 36, 46 and 66. RGB value is (54,70,102). Sum of RGB (Red+Green+Blue) = 54+70+102=226 (29% of max value = 765). Red value is 54 (21.48% from 255 or 23.89% from 226); Green value is 70 (27.73% from 255 or 30.97% from 226); Blue value is 102 (40.23% from 255 or 45.13% from 226); Max value from RGB is 102 - color contains mainly: blue. Hex color #364666 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364666 is #C9B999. Grayscale: #444444. Windows color (decimal): -13220250 or 6702646. OLE color: 6702646.

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

Color convert

RGB 54 70 102 -
CMYK 0.47 0.31 0 0.6
HSL 220º 0.31% 0.31% -
HSV(B) 220º 0.47% 0.4% -
XYZ 6.11 6.12 13.43 -
YUV 68.86 146.7 117.4 -
System Red Green Blue C M Y K H S L
Decimal 54 70 102 0.47 0.31 0 0.6 220 0.31 0.31
Hex 36 46 66 2F 1F 0 3C DC 1F 1F
Octal 66 106 146 57 37 0 74 334 37 37
Binary 110110 1000110 1100110 101111 11111 0 111100 11011100 11111 11111

Color Harmonies of #364666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364666

Black with #364666

Text Example


Text Example

White with #364666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364666; }

 p { color: rgb(54,70,102); }

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

background-color css

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

 a { background-color: rgb(54,70,102); }

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

border-color css

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

 span { border-color: rgb(54,70,102); }

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