Html Css Color HEX #364765 Gulf Blue

📋 copy color: '#364765'

red 54 ◦ green 71 ◦ blue 101

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

Shades of Gulf Blue #364765

Tints of Gulf Blue #364765

RGB

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

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

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

R = 23.89%
G = 31.42%
B = 44.69%

CMYK

 C value IS 0.47

 M value IS 0.30

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#364765 (or 0x364765) is known color: Gulf Blue. HEX triplet: 36, 47 and 65. RGB value is (54,71,101). Sum of RGB (Red+Green+Blue) = 54+71+101=226 (29% of max value = 765). Red value is 54 (21.48% from 255 or 23.89% from 226); Green value is 71 (28.12% from 255 or 31.42% from 226); Blue value is 101 (39.84% from 255 or 44.69% from 226); Max value from RGB is 101 - color contains mainly: blue. Hex color #364765 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364765 is #C9B89A. Grayscale: #454545. Windows color (decimal): -13219995 or 6637366. OLE color: 6637366.

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

Color convert

RGB 54 71 101 -
CMYK 0.47 0.30 0 0.60
HSL 218.3º 0.3% 0.3% -
HSV(B) 218.3º 0.47% 0.4% -
XYZ 6.12 6.23 13.19 -
YUV 69.34 145.87 117.06 -
System Red Green Blue C M Y K H S L
Decimal 54 71 101 0.47 0.30 0 0.60 218.3 0.3 0.3
Hex 36 47 65 2F 1E 0 3C DA 1E 1E
Octal 66 107 145 57 36 0 74 332 36 36
Binary 110110 1000111 1100101 101111 11110 0 111100 11011010 11110 11110

Color Harmonies of #364765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364765

Black with #364765

Text Example


Text Example

White with #364765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364765; }

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

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

background-color css

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

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

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

border-color css

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

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

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