Html Css Color HEX #38665D Stromboli

📋 copy color: '#38665D'

red 56 ◦ green 102 ◦ blue 93

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

Shades of Stromboli #38665D

Tints of Stromboli #38665D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 37.05%

R = 22.31%
G = 40.64%
B = 37.05%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.09

 K value IS 0.6

RGB Variations

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

Color information

#38665D (or 0x38665D) is known color: Stromboli. HEX triplet: 38, 66 and 5D. RGB value is (56,102,93). Sum of RGB (Red+Green+Blue) = 56+102+93=251 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.31% from 251); Green value is 102 (40.23% from 255 or 40.64% from 251); Blue value is 93 (36.72% from 255 or 37.05% from 251); Max value from RGB is 102 - color contains mainly: green. Hex color #38665D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38665D is #C799A2. Grayscale: #575757. Windows color (decimal): -13080995 or 6121016. OLE color: 6121016.

HSL color Cylindrical-coordinate representation of color #38665D: hue angle of 168.26º 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 #38665D is Cyan = 0.45, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.6.

Color convert

RGB 56 102 93 -
CMYK 0.45 0 0.09 0.6
HSL 168.26º 0.29% 0.31% -
HSV(B) 168.26º 0.45% 0.4% -
XYZ 8.36 11.13 12.06 -
YUV 87.22 131.26 105.73 -
System Red Green Blue C M Y K H S L
Decimal 56 102 93 0.45 0 0.09 0.6 168.26 0.29 0.31
Hex 38 66 5D 2D 0 9 3C A8 1D 1F
Octal 70 146 135 55 0 11 74 250 35 37
Binary 111000 1100110 1011101 101101 0 1001 111100 10101000 11101 11111

Color Harmonies of #38665D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38665D

Black with #38665D

Text Example


Text Example

White with #38665D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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