Html Css Color HEX #364363 Gulf Blue

📋 copy color: '#364363'

red 54 ◦ green 67 ◦ blue 99

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

Shades of Gulf Blue #364363

Tints of Gulf Blue #364363

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 45%

R = 24.55%
G = 30.45%
B = 45%

CMYK

 C value IS 0.45

 M value IS 0.32

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#364363 (or 0x364363) is known color: Gulf Blue. HEX triplet: 36, 43 and 63. RGB value is (54,67,99). Sum of RGB (Red+Green+Blue) = 54+67+99=220 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.55% from 220); Green value is 67 (26.56% from 255 or 30.45% from 220); Blue value is 99 (39.06% from 255 or 45% from 220); Max value from RGB is 99 - color contains mainly: blue. Hex color #364363 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364363 is #C9BC9C. Grayscale: #424242. Windows color (decimal): -13221021 or 6505270. OLE color: 6505270.

HSL color Cylindrical-coordinate representation of color #364363: hue angle of 222.67º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #364363 is Cyan = 0.45, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 54 67 99 -
CMYK 0.45 0.32 0 0.61
HSL 222.67º 0.29% 0.3% -
HSV(B) 222.67º 0.45% 0.39% -
XYZ 5.78 5.7 12.6 -
YUV 66.76 146.19 118.9 -
System Red Green Blue C M Y K H S L
Decimal 54 67 99 0.45 0.32 0 0.61 222.67 0.29 0.3
Hex 36 43 63 2D 20 0 3D DF 1D 1E
Octal 66 103 143 55 40 0 75 337 35 36
Binary 110110 1000011 1100011 101101 100000 0 111101 11011111 11101 11110

Color Harmonies of #364363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364363

Black with #364363

Text Example


Text Example

White with #364363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364363; }

 p { color: rgb(54,67,99); }

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

background-color css

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

 a { background-color: rgb(54,67,99); }

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

border-color css

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

 span { border-color: rgb(54,67,99); }

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