Html Css Color HEX #363E6C Port Gore

📋 copy color: '#363E6C'

red 54 ◦ green 62 ◦ blue 108

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

Shades of Port Gore #363E6C

Tints of Port Gore #363E6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 48.21%

R = 24.11%
G = 27.68%
B = 48.21%

CMYK

 C value IS 0.50

 M value IS 0.43

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#363E6C (or 0x363E6C) is known color: Port Gore. HEX triplet: 36, 3E and 6C. RGB value is (54,62,108). Sum of RGB (Red+Green+Blue) = 54+62+108=224 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.11% from 224); Green value is 62 (24.61% from 255 or 27.68% from 224); Blue value is 108 (42.58% from 255 or 48.21% from 224); Max value from RGB is 108 - color contains mainly: blue. Hex color #363E6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363E6C is #C9C193. Grayscale: #404040. Windows color (decimal): -13222292 or 7093814. OLE color: 7093814.

HSL color Cylindrical-coordinate representation of color #363E6C: hue angle of 231.11º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #363E6C is Cyan = 0.50, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 54 62 108 -
CMYK 0.50 0.43 0 0.58
HSL 231.11º 0.33% 0.32% -
HSV(B) 231.11º 0.5% 0.42% -
XYZ 5.95 5.31 14.9 -
YUV 64.85 152.35 120.26 -
System Red Green Blue C M Y K H S L
Decimal 54 62 108 0.50 0.43 0 0.58 231.11 0.33 0.32
Hex 36 3E 6C 32 2B 0 3A E7 21 20
Octal 66 76 154 62 53 0 72 347 41 40
Binary 110110 111110 1101100 110010 101011 0 111010 11100111 100001 100000

Color Harmonies of #363E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363E6C

Black with #363E6C

Text Example


Text Example

White with #363E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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