Html Css Color HEX #363D54 Gulf Blue

📋 copy color: '#363D54'

red 54 ◦ green 61 ◦ blue 84

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

Shades of Gulf Blue #363D54

Tints of Gulf Blue #363D54

RGB

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

 GREEN value IS 61 (24.22% from 255) = 30.65%

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

R = 27.14%
G = 30.65%
B = 42.21%

CMYK

 C value IS 0.36

 M value IS 0.27

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#363D54 (or 0x363D54) is known color: Gulf Blue. HEX triplet: 36, 3D and 54. RGB value is (54,61,84). Sum of RGB (Red+Green+Blue) = 54+61+84=199 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27.14% from 199); Green value is 61 (24.22% from 255 or 30.65% from 199); Blue value is 84 (33.20% from 255 or 42.21% from 199); Max value from RGB is 84 - color contains mainly: blue. Hex color #363D54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363D54 is #C9C2AB. Grayscale: #3D3D3D. Windows color (decimal): -13222572 or 5520694. OLE color: 5520694.

HSL color Cylindrical-coordinate representation of color #363D54: hue angle of 226º 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 #363D54 is Cyan = 0.36, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 54 61 84 -
CMYK 0.36 0.27 0 0.67
HSL 226º 0.22% 0.27% -
HSV(B) 226º 0.36% 0.33% -
XYZ 4.79 4.76 9.05 -
YUV 61.53 140.68 122.63 -
System Red Green Blue C M Y K H S L
Decimal 54 61 84 0.36 0.27 0 0.67 226 0.22 0.27
Hex 36 3D 54 24 1B 0 43 E2 16 1B
Octal 66 75 124 44 33 0 103 342 26 33
Binary 110110 111101 1010100 100100 11011 0 1000011 11100010 10110 11011

Color Harmonies of #363D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363D54

Black with #363D54

Text Example


Text Example

White with #363D54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363D54; }

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

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

background-color css

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

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

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

border-color css

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

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

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