Html Css Color HEX #35406E Port Gore

📋 copy color: '#35406E'

red 53 ◦ green 64 ◦ blue 110

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

Shades of Port Gore #35406E

Tints of Port Gore #35406E

RGB

 RED value IS 53 (21.09% from 255) = 23.35%

 GREEN value IS 64 (25.39% from 255) = 28.19%

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

R = 23.35%
G = 28.19%
B = 48.46%

CMYK

 C value IS 0.52

 M value IS 0.42

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#35406E (or 0x35406E) is known color: Port Gore. HEX triplet: 35, 40 and 6E. RGB value is (53,64,110). Sum of RGB (Red+Green+Blue) = 53+64+110=227 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.35% from 227); Green value is 64 (25.39% from 255 or 28.19% 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 #35406E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35406E is #CABF91. Grayscale: #414141. Windows color (decimal): -13287314 or 7225397. OLE color: 7225397.

HSL color Cylindrical-coordinate representation of color #35406E: hue angle of 228.42º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #35406E is Cyan = 0.52, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 53 64 110 -
CMYK 0.52 0.42 0 0.57
HSL 228.42º 0.35% 0.32% -
HSV(B) 228.42º 0.52% 0.43% -
XYZ 6.12 5.55 15.5 -
YUV 65.96 152.86 118.76 -
System Red Green Blue C M Y K H S L
Decimal 53 64 110 0.52 0.42 0 0.57 228.42 0.35 0.32
Hex 35 40 6E 34 2A 0 39 E4 23 20
Octal 65 100 156 64 52 0 71 344 43 40
Binary 110101 1000000 1101110 110100 101010 0 111001 11100100 100011 100000

Color Harmonies of #35406E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35406E

Black with #35406E

Text Example


Text Example

White with #35406E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35406E; }

 p { color: rgb(53,64,110); }

 H1.HeaderClassName
 {
   color: #35406E;
 }
 .AnyTagClassName
 {
   color: #35406E;
 }
</style>

background-color css

<style>
 a { background-color: #35406E; }

 a { background-color: rgb(53,64,110); }

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

border-color css

<style>
 span { border-color: #35406E; }

 span { border-color: rgb(53,64,110); }

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