Html Css Color HEX #38665C Stromboli

📋 copy color: '#38665C'

red 56 ◦ green 102 ◦ blue 92

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

Shades of Stromboli #38665C

Tints of Stromboli #38665C

RGB

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

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

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

R = 22.4%
G = 40.8%
B = 36.8%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.10

 K value IS 0.6

RGB Variations

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

Color information

#38665C (or 0x38665C) is known color: Stromboli. HEX triplet: 38, 66 and 5C. RGB value is (56,102,92). Sum of RGB (Red+Green+Blue) = 56+102+92=250 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.4% from 250); Green value is 102 (40.23% from 255 or 40.8% from 250); Blue value is 92 (36.33% from 255 or 36.8% from 250); Max value from RGB is 102 - color contains mainly: green. Hex color #38665C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38665C is #C799A3. Grayscale: #575757. Windows color (decimal): -13080996 or 6055480. OLE color: 6055480.

HSL color Cylindrical-coordinate representation of color #38665C: hue angle of 166.96º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #38665C is Cyan = 0.45, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.6.

Color convert

RGB 56 102 92 -
CMYK 0.45 0 0.10 0.6
HSL 166.96º 0.29% 0.31% -
HSV(B) 166.96º 0.45% 0.4% -
XYZ 8.31 11.12 11.83 -
YUV 87.11 130.76 105.81 -
System Red Green Blue C M Y K H S L
Decimal 56 102 92 0.45 0 0.10 0.6 166.96 0.29 0.31
Hex 38 66 5C 2D 0 A 3C A7 1D 1F
Octal 70 146 134 55 0 12 74 247 35 37
Binary 111000 1100110 1011100 101101 0 1010 111100 10100111 11101 11111

Color Harmonies of #38665C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38665C

Black with #38665C

Text Example


Text Example

White with #38665C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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