Html Css Color HEX #386269 Smalt Blue

📋 copy color: '#386269'

red 56 ◦ green 98 ◦ blue 105

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

Shades of Smalt Blue #386269

Tints of Smalt Blue #386269

RGB

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

 GREEN value IS 98 (38.67% from 255) = 37.84%

 BLUE value IS 105 (41.41% from 255) = 40.54%

R = 21.62%
G = 37.84%
B = 40.54%

CMYK

 C value IS 0.47

 M value IS 0.07

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#386269 (or 0x386269) is known color: Smalt Blue. HEX triplet: 38, 62 and 69. RGB value is (56,98,105). Sum of RGB (Red+Green+Blue) = 56+98+105=259 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.62% from 259); Green value is 98 (38.67% from 255 or 37.84% from 259); Blue value is 105 (41.41% from 255 or 40.54% from 259); Max value from RGB is 105 - color contains mainly: blue. Hex color #386269 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386269 is #C79D96. Grayscale: #565656. Windows color (decimal): -13082007 or 6906424. OLE color: 6906424.

HSL color Cylindrical-coordinate representation of color #386269: hue angle of 188.57º 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 #386269 is Cyan = 0.47, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 56 98 105 -
CMYK 0.47 0.07 0 0.59
HSL 188.57º 0.3% 0.32% -
HSV(B) 188.57º 0.47% 0.41% -
XYZ 8.55 10.6 14.96 -
YUV 86.24 138.59 106.43 -
System Red Green Blue C M Y K H S L
Decimal 56 98 105 0.47 0.07 0 0.59 188.57 0.3 0.32
Hex 38 62 69 2F 7 0 3B BD 1E 20
Octal 70 142 151 57 7 0 73 275 36 40
Binary 111000 1100010 1101001 101111 111 0 111011 10111101 11110 100000

Color Harmonies of #386269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386269

Black with #386269

Text Example


Text Example

White with #386269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386269; }

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

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

background-color css

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

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

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

border-color css

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

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

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