Html Css Color HEX #35406C Port Gore

📋 copy color: '#35406C'

red 53 ◦ green 64 ◦ blue 108

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

Shades of Port Gore #35406C

Tints of Port Gore #35406C

RGB

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

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

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

R = 23.56%
G = 28.44%
B = 48%

CMYK

 C value IS 0.51

 M value IS 0.41

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#35406C (or 0x35406C) is known color: Port Gore. HEX triplet: 35, 40 and 6C. RGB value is (53,64,108). Sum of RGB (Red+Green+Blue) = 53+64+108=225 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.56% from 225); Green value is 64 (25.39% from 255 or 28.44% from 225); Blue value is 108 (42.58% from 255 or 48% from 225); Max value from RGB is 108 - color contains mainly: blue. Hex color #35406C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35406C is #CABF93. Grayscale: #414141. Windows color (decimal): -13287316 or 7094325. OLE color: 7094325.

HSL color Cylindrical-coordinate representation of color #35406C: hue angle of 228º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #35406C is Cyan = 0.51, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 53 64 108 -
CMYK 0.51 0.41 0 0.58
HSL 228º 0.34% 0.32% -
HSV(B) 228º 0.51% 0.42% -
XYZ 6.01 5.51 14.93 -
YUV 65.73 151.86 118.92 -
System Red Green Blue C M Y K H S L
Decimal 53 64 108 0.51 0.41 0 0.58 228 0.34 0.32
Hex 35 40 6C 33 29 0 3A E4 22 20
Octal 65 100 154 63 51 0 72 344 42 40
Binary 110101 1000000 1101100 110011 101001 0 111010 11100100 100010 100000

Color Harmonies of #35406C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35406C

Black with #35406C

Text Example


Text Example

White with #35406C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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