Html Css Color HEX #363C58 Gulf Blue

📋 copy color: '#363C58'

red 54 ◦ green 60 ◦ blue 88

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

Shades of Gulf Blue #363C58

Tints of Gulf Blue #363C58

RGB

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

 GREEN value IS 60 (23.83% from 255) = 29.7%

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

R = 26.73%
G = 29.7%
B = 43.56%

CMYK

 C value IS 0.39

 M value IS 0.32

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#363C58 (or 0x363C58) is known color: Gulf Blue. HEX triplet: 36, 3C and 58. RGB value is (54,60,88). Sum of RGB (Red+Green+Blue) = 54+60+88=202 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.73% from 202); Green value is 60 (23.83% from 255 or 29.70% from 202); Blue value is 88 (34.77% from 255 or 43.56% from 202); Max value from RGB is 88 - color contains mainly: blue. Hex color #363C58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363C58 is #C9C3A7. Grayscale: #3D3D3D. Windows color (decimal): -13222824 or 5782582. OLE color: 5782582.

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

Color convert

RGB 54 60 88 -
CMYK 0.39 0.32 0 0.65
HSL 229.41º 0.24% 0.28% -
HSV(B) 229.41º 0.39% 0.35% -
XYZ 4.9 4.72 9.89 -
YUV 61.4 143.01 122.72 -
System Red Green Blue C M Y K H S L
Decimal 54 60 88 0.39 0.32 0 0.65 229.41 0.24 0.28
Hex 36 3C 58 27 20 0 41 E5 18 1C
Octal 66 74 130 47 40 0 101 345 30 34
Binary 110110 111100 1011000 100111 100000 0 1000001 11100101 11000 11100

Color Harmonies of #363C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363C58

Black with #363C58

Text Example


Text Example

White with #363C58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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