Html Css Color HEX #38665A Stromboli

📋 copy color: '#38665A'

red 56 ◦ green 102 ◦ blue 90

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

Shades of Stromboli #38665A

Tints of Stromboli #38665A

RGB

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

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

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

R = 22.58%
G = 41.13%
B = 36.29%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.12

 K value IS 0.6

RGB Variations

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

Color information

#38665A (or 0x38665A) is known color: Stromboli. HEX triplet: 38, 66 and 5A. RGB value is (56,102,90). Sum of RGB (Red+Green+Blue) = 56+102+90=248 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.58% from 248); Green value is 102 (40.23% from 255 or 41.13% from 248); Blue value is 90 (35.55% from 255 or 36.29% from 248); Max value from RGB is 102 - color contains mainly: green. Hex color #38665A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38665A is #C799A5. Grayscale: #565656. Windows color (decimal): -13080998 or 5924408. OLE color: 5924408.

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

Color convert

RGB 56 102 90 -
CMYK 0.45 0 0.12 0.6
HSL 164.35º 0.29% 0.31% -
HSV(B) 164.35º 0.45% 0.4% -
XYZ 8.23 11.08 11.38 -
YUV 86.88 129.76 105.98 -
System Red Green Blue C M Y K H S L
Decimal 56 102 90 0.45 0 0.12 0.6 164.35 0.29 0.31
Hex 38 66 5A 2D 0 C 3C A4 1D 1F
Octal 70 146 132 55 0 14 74 244 35 37
Binary 111000 1100110 1011010 101101 0 1100 111100 10100100 11101 11111

Color Harmonies of #38665A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38665A

Black with #38665A

Text Example


Text Example

White with #38665A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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