Html Css Color HEX #35476D Port Gore

📋 copy color: '#35476D'

red 53 ◦ green 71 ◦ blue 109

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

Shades of Port Gore #35476D

Tints of Port Gore #35476D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 30.47%

 BLUE value IS 109 (42.97% from 255) = 46.78%

R = 22.75%
G = 30.47%
B = 46.78%

CMYK

 C value IS 0.51

 M value IS 0.35

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#35476D (or 0x35476D) is known color: Port Gore. HEX triplet: 35, 47 and 6D. RGB value is (53,71,109). Sum of RGB (Red+Green+Blue) = 53+71+109=233 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.75% from 233); Green value is 71 (28.12% from 255 or 30.47% from 233); Blue value is 109 (42.97% from 255 or 46.78% from 233); Max value from RGB is 109 - color contains mainly: blue. Hex color #35476D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35476D is #CAB892. Grayscale: #454545. Windows color (decimal): -13285523 or 7161653. OLE color: 7161653.

HSL color Cylindrical-coordinate representation of color #35476D: hue angle of 220.71º degrees, saturation: 0.35, 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 #35476D is Cyan = 0.51, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 53 71 109 -
CMYK 0.51 0.35 0 0.57
HSL 220.71º 0.35% 0.32% -
HSV(B) 220.71º 0.51% 0.43% -
XYZ 6.48 6.37 15.36 -
YUV 69.95 150.04 115.91 -
System Red Green Blue C M Y K H S L
Decimal 53 71 109 0.51 0.35 0 0.57 220.71 0.35 0.32
Hex 35 47 6D 33 23 0 39 DD 23 20
Octal 65 107 155 63 43 0 71 335 43 40
Binary 110101 1000111 1101101 110011 100011 0 111001 11011101 100011 100000

Color Harmonies of #35476D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35476D

Black with #35476D

Text Example


Text Example

White with #35476D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35476D; }

 p { color: rgb(53,71,109); }

 H1.HeaderClassName
 {
   color: #35476D;
 }
 .AnyTagClassName
 {
   color: #35476D;
 }
</style>

background-color css

<style>
 a { background-color: #35476D; }

 a { background-color: rgb(53,71,109); }

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

border-color css

<style>
 span { border-color: #35476D; }

 span { border-color: rgb(53,71,109); }

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