Html Css Color HEX #36426B Port Gore

📋 copy color: '#36426B'

red 54 ◦ green 66 ◦ blue 107

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

Shades of Port Gore #36426B

Tints of Port Gore #36426B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 29.07%

 BLUE value IS 107 (42.19% from 255) = 47.14%

R = 23.79%
G = 29.07%
B = 47.14%

CMYK

 C value IS 0.50

 M value IS 0.38

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#36426B (or 0x36426B) is known color: Port Gore. HEX triplet: 36, 42 and 6B. RGB value is (54,66,107). Sum of RGB (Red+Green+Blue) = 54+66+107=227 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.79% from 227); Green value is 66 (26.17% from 255 or 29.07% from 227); Blue value is 107 (42.19% from 255 or 47.14% from 227); Max value from RGB is 107 - color contains mainly: blue. Hex color #36426B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36426B is #C9BD94. Grayscale: #424242. Windows color (decimal): -13221269 or 7029302. OLE color: 7029302.

HSL color Cylindrical-coordinate representation of color #36426B: hue angle of 226.42º 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 #36426B is Cyan = 0.50, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 54 66 107 -
CMYK 0.50 0.38 0 0.58
HSL 226.42º 0.33% 0.32% -
HSV(B) 226.42º 0.5% 0.42% -
XYZ 6.12 5.74 14.7 -
YUV 67.09 150.52 118.67 -
System Red Green Blue C M Y K H S L
Decimal 54 66 107 0.50 0.38 0 0.58 226.42 0.33 0.32
Hex 36 42 6B 32 26 0 3A E2 21 20
Octal 66 102 153 62 46 0 72 342 41 40
Binary 110110 1000010 1101011 110010 100110 0 111010 11100010 100001 100000

Color Harmonies of #36426B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36426B

Black with #36426B

Text Example


Text Example

White with #36426B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36426B; }

 p { color: rgb(54,66,107); }

 H1.HeaderClassName
 {
   color: #36426B;
 }
 .AnyTagClassName
 {
   color: #36426B;
 }
</style>

background-color css

<style>
 a { background-color: #36426B; }

 a { background-color: rgb(54,66,107); }

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

border-color css

<style>
 span { border-color: #36426B; }

 span { border-color: rgb(54,66,107); }

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