Html Css Color HEX #363B52 Gulf Blue

📋 copy color: '#363B52'

red 54 ◦ green 59 ◦ blue 82

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

Shades of Gulf Blue #363B52

Tints of Gulf Blue #363B52

RGB

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

 GREEN value IS 59 (23.44% from 255) = 30.26%

 BLUE value IS 82 (32.42% from 255) = 42.05%

R = 27.69%
G = 30.26%
B = 42.05%

CMYK

 C value IS 0.34

 M value IS 0.28

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#363B52 (or 0x363B52) is known color: Gulf Blue. HEX triplet: 36, 3B and 52. RGB value is (54,59,82). Sum of RGB (Red+Green+Blue) = 54+59+82=195 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.69% from 195); Green value is 59 (23.44% from 255 or 30.26% from 195); Blue value is 82 (32.42% from 255 or 42.05% from 195); Max value from RGB is 82 - color contains mainly: blue. Hex color #363B52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363B52 is #C9C4AD. Grayscale: #3C3C3C. Windows color (decimal): -13223086 or 5389110. OLE color: 5389110.

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

Color convert

RGB 54 59 82 -
CMYK 0.34 0.28 0 0.68
HSL 229.29º 0.21% 0.27% -
HSV(B) 229.29º 0.34% 0.32% -
XYZ 4.61 4.52 8.61 -
YUV 60.13 140.34 123.63 -
System Red Green Blue C M Y K H S L
Decimal 54 59 82 0.34 0.28 0 0.68 229.29 0.21 0.27
Hex 36 3B 52 22 1C 0 44 E5 15 1B
Octal 66 73 122 42 34 0 104 345 25 33
Binary 110110 111011 1010010 100010 11100 0 1000100 11100101 10101 11011

Color Harmonies of #363B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363B52

Black with #363B52

Text Example


Text Example

White with #363B52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,59,82); }

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

background-color css

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

 a { background-color: rgb(54,59,82); }

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

border-color css

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

 span { border-color: rgb(54,59,82); }

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