Html Css Color HEX #363D58 Gulf Blue

📋 copy color: '#363D58'

red 54 ◦ green 61 ◦ blue 88

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

Shades of Gulf Blue #363D58

Tints of Gulf Blue #363D58

RGB

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

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

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

R = 26.6%
G = 30.05%
B = 43.35%

CMYK

 C value IS 0.39

 M value IS 0.31

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#363D58 (or 0x363D58) is known color: Gulf Blue. HEX triplet: 36, 3D and 58. RGB value is (54,61,88). Sum of RGB (Red+Green+Blue) = 54+61+88=203 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.60% from 203); Green value is 61 (24.22% from 255 or 30.05% from 203); Blue value is 88 (34.77% from 255 or 43.35% from 203); Max value from RGB is 88 - color contains mainly: blue. Hex color #363D58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363D58 is #C9C2A7. Grayscale: #3D3D3D. Windows color (decimal): -13222568 or 5782838. OLE color: 5782838.

HSL color Cylindrical-coordinate representation of color #363D58: hue angle of 227.65º 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 #363D58 is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 54 61 88 -
CMYK 0.39 0.31 0 0.65
HSL 227.65º 0.24% 0.28% -
HSV(B) 227.65º 0.39% 0.35% -
XYZ 4.95 4.83 9.9 -
YUV 61.99 142.68 122.3 -
System Red Green Blue C M Y K H S L
Decimal 54 61 88 0.39 0.31 0 0.65 227.65 0.24 0.28
Hex 36 3D 58 27 1F 0 41 E4 18 1C
Octal 66 75 130 47 37 0 101 344 30 34
Binary 110110 111101 1011000 100111 11111 0 1000001 11100100 11000 11100

Color Harmonies of #363D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363D58

Black with #363D58

Text Example


Text Example

White with #363D58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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