Html Css Color HEX #363A51 Gulf Blue

📋 copy color: '#363A51'

red 54 ◦ green 58 ◦ blue 81

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

Shades of Gulf Blue #363A51

Tints of Gulf Blue #363A51

RGB

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

 GREEN value IS 58 (23.05% from 255) = 30.05%

 BLUE value IS 81 (32.03% from 255) = 41.97%

R = 27.98%
G = 30.05%
B = 41.97%

CMYK

 C value IS 0.33

 M value IS 0.28

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#363A51 (or 0x363A51) is known color: Gulf Blue. HEX triplet: 36, 3A and 51. RGB value is (54,58,81). Sum of RGB (Red+Green+Blue) = 54+58+81=193 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.98% from 193); Green value is 58 (23.05% from 255 or 30.05% from 193); Blue value is 81 (32.03% from 255 or 41.97% from 193); Max value from RGB is 81 - color contains mainly: blue. Hex color #363A51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363A51 is #C9C5AE. Grayscale: #3B3B3B. Windows color (decimal): -13223343 or 5323318. OLE color: 5323318.

HSL color Cylindrical-coordinate representation of color #363A51: hue angle of 231.11º degrees, saturation: 0.2, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #363A51 is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 54 58 81 -
CMYK 0.33 0.28 0 0.68
HSL 231.11º 0.2% 0.26% -
HSV(B) 231.11º 0.33% 0.32% -
XYZ 4.52 4.4 8.4 -
YUV 59.43 140.17 124.13 -
System Red Green Blue C M Y K H S L
Decimal 54 58 81 0.33 0.28 0 0.68 231.11 0.2 0.26
Hex 36 3A 51 21 1C 0 44 E7 14 1A
Octal 66 72 121 41 34 0 104 347 24 32
Binary 110110 111010 1010001 100001 11100 0 1000100 11100111 10100 11010

Color Harmonies of #363A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363A51

Black with #363A51

Text Example


Text Example

White with #363A51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,58,81); }

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

background-color css

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

 a { background-color: rgb(54,58,81); }

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

border-color css

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

 span { border-color: rgb(54,58,81); }

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