Html Css Color HEX #363E58 Gulf Blue

📋 copy color: '#363E58'

red 54 ◦ green 62 ◦ blue 88

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

Shades of Gulf Blue #363E58

Tints of Gulf Blue #363E58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 43.14%

R = 26.47%
G = 30.39%
B = 43.14%

CMYK

 C value IS 0.39

 M value IS 0.30

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#363E58 (or 0x363E58) is known color: Gulf Blue. HEX triplet: 36, 3E and 58. RGB value is (54,62,88). Sum of RGB (Red+Green+Blue) = 54+62+88=204 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.47% from 204); Green value is 62 (24.61% from 255 or 30.39% from 204); Blue value is 88 (34.77% from 255 or 43.14% from 204); Max value from RGB is 88 - color contains mainly: blue. Hex color #363E58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363E58 is #C9C1A7. Grayscale: #3E3E3E. Windows color (decimal): -13222312 or 5783094. OLE color: 5783094.

HSL color Cylindrical-coordinate representation of color #363E58: hue angle of 225.88º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #363E58 is Cyan = 0.39, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 54 62 88 -
CMYK 0.39 0.30 0 0.65
HSL 225.88º 0.24% 0.28% -
HSV(B) 225.88º 0.39% 0.35% -
XYZ 5.01 4.93 9.92 -
YUV 62.57 142.35 121.89 -
System Red Green Blue C M Y K H S L
Decimal 54 62 88 0.39 0.30 0 0.65 225.88 0.24 0.28
Hex 36 3E 58 27 1E 0 41 E2 18 1C
Octal 66 76 130 47 36 0 101 342 30 34
Binary 110110 111110 1011000 100111 11110 0 1000001 11100010 11000 11100

Color Harmonies of #363E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363E58

Black with #363E58

Text Example


Text Example

White with #363E58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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