Html Css Color HEX #363954 Gulf Blue

📋 copy color: '#363954'

red 54 ◦ green 57 ◦ blue 84

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

Shades of Gulf Blue #363954

Tints of Gulf Blue #363954

RGB

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

 GREEN value IS 57 (22.66% from 255) = 29.23%

 BLUE value IS 84 (33.2% from 255) = 43.08%

R = 27.69%
G = 29.23%
B = 43.08%

CMYK

 C value IS 0.36

 M value IS 0.32

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#363954 (or 0x363954) is known color: Gulf Blue. HEX triplet: 36, 39 and 54. RGB value is (54,57,84). Sum of RGB (Red+Green+Blue) = 54+57+84=195 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.69% from 195); Green value is 57 (22.66% from 255 or 29.23% from 195); Blue value is 84 (33.20% from 255 or 43.08% from 195); Max value from RGB is 84 - color contains mainly: blue. Hex color #363954 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363954 is #C9C6AB. Grayscale: #3B3B3B. Windows color (decimal): -13223596 or 5519670. OLE color: 5519670.

HSL color Cylindrical-coordinate representation of color #363954: hue angle of 234º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #363954 is Cyan = 0.36, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 54 57 84 -
CMYK 0.36 0.32 0 0.67
HSL 234º 0.22% 0.27% -
HSV(B) 234º 0.36% 0.33% -
XYZ 4.58 4.35 8.99 -
YUV 59.18 142.01 124.3 -
System Red Green Blue C M Y K H S L
Decimal 54 57 84 0.36 0.32 0 0.67 234 0.22 0.27
Hex 36 39 54 24 20 0 43 EA 16 1B
Octal 66 71 124 44 40 0 103 352 26 33
Binary 110110 111001 1010100 100100 100000 0 1000011 11101010 10110 11011

Color Harmonies of #363954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363954

Black with #363954

Text Example


Text Example

White with #363954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363954; }

 p { color: rgb(54,57,84); }

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

background-color css

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

 a { background-color: rgb(54,57,84); }

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

border-color css

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

 span { border-color: rgb(54,57,84); }

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