Html Css Color HEX #363F6E Port Gore

📋 copy color: '#363F6E'

red 54 ◦ green 63 ◦ blue 110

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

Shades of Port Gore #363F6E

Tints of Port Gore #363F6E

RGB

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

 GREEN value IS 63 (25% from 255) = 27.75%

 BLUE value IS 110 (43.36% from 255) = 48.46%

R = 23.79%
G = 27.75%
B = 48.46%

CMYK

 C value IS 0.51

 M value IS 0.43

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#363F6E (or 0x363F6E) is known color: Port Gore. HEX triplet: 36, 3F and 6E. RGB value is (54,63,110). Sum of RGB (Red+Green+Blue) = 54+63+110=227 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.79% from 227); Green value is 63 (25% from 255 or 27.75% from 227); Blue value is 110 (43.36% from 255 or 48.46% from 227); Max value from RGB is 110 - color contains mainly: blue. Hex color #363F6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363F6E is #C9C091. Grayscale: #414141. Windows color (decimal): -13222034 or 7225142. OLE color: 7225142.

HSL color Cylindrical-coordinate representation of color #363F6E: hue angle of 230.36º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #363F6E is Cyan = 0.51, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 54 63 110 -
CMYK 0.51 0.43 0 0.57
HSL 230.36º 0.34% 0.32% -
HSV(B) 230.36º 0.51% 0.43% -
XYZ 6.11 5.47 15.48 -
YUV 65.67 153.02 119.68 -
System Red Green Blue C M Y K H S L
Decimal 54 63 110 0.51 0.43 0 0.57 230.36 0.34 0.32
Hex 36 3F 6E 33 2B 0 39 E6 22 20
Octal 66 77 156 63 53 0 71 346 42 40
Binary 110110 111111 1101110 110011 101011 0 111001 11100110 100010 100000

Color Harmonies of #363F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363F6E

Black with #363F6E

Text Example


Text Example

White with #363F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,63,110); }

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

background-color css

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

 a { background-color: rgb(54,63,110); }

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

border-color css

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

 span { border-color: rgb(54,63,110); }

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