Html Css Color HEX #364766 Gulf Blue

📋 copy color: '#364766'

red 54 ◦ green 71 ◦ blue 102

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

Shades of Gulf Blue #364766

Tints of Gulf Blue #364766

RGB

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

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

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

R = 23.79%
G = 31.28%
B = 44.93%

CMYK

 C value IS 0.47

 M value IS 0.30

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#364766 (or 0x364766) is known color: Gulf Blue. HEX triplet: 36, 47 and 66. RGB value is (54,71,102). Sum of RGB (Red+Green+Blue) = 54+71+102=227 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.79% from 227); Green value is 71 (28.12% from 255 or 31.28% from 227); Blue value is 102 (40.23% from 255 or 44.93% from 227); Max value from RGB is 102 - color contains mainly: blue. Hex color #364766 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364766 is #C9B899. Grayscale: #454545. Windows color (decimal): -13219994 or 6702902. OLE color: 6702902.

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

Color convert

RGB 54 71 102 -
CMYK 0.47 0.30 0 0.6
HSL 218.75º 0.31% 0.31% -
HSV(B) 218.75º 0.47% 0.4% -
XYZ 6.17 6.25 13.45 -
YUV 69.45 146.37 116.98 -
System Red Green Blue C M Y K H S L
Decimal 54 71 102 0.47 0.30 0 0.6 218.75 0.31 0.31
Hex 36 47 66 2F 1E 0 3C DB 1F 1F
Octal 66 107 146 57 36 0 74 333 37 37
Binary 110110 1000111 1100110 101111 11110 0 111100 11011011 11111 11111

Color Harmonies of #364766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364766

Black with #364766

Text Example


Text Example

White with #364766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364766; }

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

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

background-color css

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

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

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

border-color css

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

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

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