Html Css Color HEX #35665A Stromboli

📋 copy color: '#35665A'

red 53 ◦ green 102 ◦ blue 90

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

Shades of Stromboli #35665A

Tints of Stromboli #35665A

RGB

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

 GREEN value IS 102 (40.23% from 255) = 41.63%

 BLUE value IS 90 (35.55% from 255) = 36.73%

R = 21.63%
G = 41.63%
B = 36.73%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.12

 K value IS 0.6

RGB Variations

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

Color information

#35665A (or 0x35665A) is known color: Stromboli. HEX triplet: 35, 66 and 5A. RGB value is (53,102,90). Sum of RGB (Red+Green+Blue) = 53+102+90=245 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.63% from 245); Green value is 102 (40.23% from 255 or 41.63% from 245); Blue value is 90 (35.55% from 255 or 36.73% from 245); Max value from RGB is 102 - color contains mainly: green. Hex color #35665A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35665A is #CA99A5. Grayscale: #555555. Windows color (decimal): -13277606 or 5924405. OLE color: 5924405.

HSL color Cylindrical-coordinate representation of color #35665A: hue angle of 165.31º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #35665A is Cyan = 0.48, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.6.

Color convert

RGB 53 102 90 -
CMYK 0.48 0 0.12 0.6
HSL 165.31º 0.32% 0.3% -
HSV(B) 165.31º 0.48% 0.4% -
XYZ 8.07 11 11.37 -
YUV 85.98 130.27 104.48 -
System Red Green Blue C M Y K H S L
Decimal 53 102 90 0.48 0 0.12 0.6 165.31 0.32 0.3
Hex 35 66 5A 30 0 C 3C A5 20 1E
Octal 65 146 132 60 0 14 74 245 40 36
Binary 110101 1100110 1011010 110000 0 1100 111100 10100101 100000 11110

Color Harmonies of #35665A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35665A

Black with #35665A

Text Example


Text Example

White with #35665A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35665A; }

 p { color: rgb(53,102,90); }

 H1.HeaderClassName
 {
   color: #35665A;
 }
 .AnyTagClassName
 {
   color: #35665A;
 }
</style>

background-color css

<style>
 a { background-color: #35665A; }

 a { background-color: rgb(53,102,90); }

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

border-color css

<style>
 span { border-color: #35665A; }

 span { border-color: rgb(53,102,90); }

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