Html Css Color HEX #363E5B Gulf Blue

📋 copy color: '#363E5B'

red 54 ◦ green 62 ◦ blue 91

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

Shades of Gulf Blue #363E5B

Tints of Gulf Blue #363E5B

RGB

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

 GREEN value IS 62 (24.61% from 255) = 29.95%

 BLUE value IS 91 (35.94% from 255) = 43.96%

R = 26.09%
G = 29.95%
B = 43.96%

CMYK

 C value IS 0.41

 M value IS 0.32

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#363E5B (or 0x363E5B) is known color: Gulf Blue. HEX triplet: 36, 3E and 5B. RGB value is (54,62,91). Sum of RGB (Red+Green+Blue) = 54+62+91=207 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.09% from 207); Green value is 62 (24.61% from 255 or 29.95% from 207); Blue value is 91 (35.94% from 255 or 43.96% from 207); Max value from RGB is 91 - color contains mainly: blue. Hex color #363E5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363E5B is #C9C1A4. Grayscale: #3E3E3E. Windows color (decimal): -13222309 or 5979702. OLE color: 5979702.

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

Color convert

RGB 54 62 91 -
CMYK 0.41 0.32 0 0.64
HSL 227.03º 0.26% 0.28% -
HSV(B) 227.03º 0.41% 0.36% -
XYZ 5.13 4.98 10.59 -
YUV 62.91 143.85 121.64 -
System Red Green Blue C M Y K H S L
Decimal 54 62 91 0.41 0.32 0 0.64 227.03 0.26 0.28
Hex 36 3E 5B 29 20 0 40 E3 1A 1C
Octal 66 76 133 51 40 0 100 343 32 34
Binary 110110 111110 1011011 101001 100000 0 1000000 11100011 11010 11100

Color Harmonies of #363E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363E5B

Black with #363E5B

Text Example


Text Example

White with #363E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,62,91); }

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

background-color css

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

 a { background-color: rgb(54,62,91); }

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

border-color css

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

 span { border-color: rgb(54,62,91); }

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