Html Css Color HEX #38695C Stromboli

📋 copy color: '#38695C'

red 56 ◦ green 105 ◦ blue 92

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

Shades of Stromboli #38695C

Tints of Stromboli #38695C

RGB

 RED value IS 56 (22.27% from 255) = 22.13%

 GREEN value IS 105 (41.41% from 255) = 41.5%

 BLUE value IS 92 (36.33% from 255) = 36.36%

R = 22.13%
G = 41.5%
B = 36.36%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.12

 K value IS 0.59

RGB Variations

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

Color information

#38695C (or 0x38695C) is known color: Stromboli. HEX triplet: 38, 69 and 5C. RGB value is (56,105,92). Sum of RGB (Red+Green+Blue) = 56+105+92=253 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.13% from 253); Green value is 105 (41.41% from 255 or 41.50% from 253); Blue value is 92 (36.33% from 255 or 36.36% from 253); Max value from RGB is 105 - color contains mainly: green. Hex color #38695C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38695C is #C796A3. Grayscale: #585858. Windows color (decimal): -13080228 or 6056248. OLE color: 6056248.

HSL color Cylindrical-coordinate representation of color #38695C: hue angle of 164.08º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #38695C is Cyan = 0.47, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB 56 105 92 -
CMYK 0.47 0 0.12 0.59
HSL 164.08º 0.3% 0.32% -
HSV(B) 164.08º 0.47% 0.41% -
XYZ 8.61 11.72 11.93 -
YUV 88.87 129.77 104.56 -
System Red Green Blue C M Y K H S L
Decimal 56 105 92 0.47 0 0.12 0.59 164.08 0.3 0.32
Hex 38 69 5C 2F 0 C 3B A4 1E 20
Octal 70 151 134 57 0 14 73 244 36 40
Binary 111000 1101001 1011100 101111 0 1100 111011 10100100 11110 100000

Color Harmonies of #38695C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38695C

Black with #38695C

Text Example


Text Example

White with #38695C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,105,92); }

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

background-color css

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

 a { background-color: rgb(56,105,92); }

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

border-color css

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

 span { border-color: rgb(56,105,92); }

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