Html Css Color HEX #386470 Blumine

📋 copy color: '#386470'

red 56 ◦ green 100 ◦ blue 112

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

Shades of Blumine #386470

Tints of Blumine #386470

RGB

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

 GREEN value IS 100 (39.45% from 255) = 37.31%

 BLUE value IS 112 (44.14% from 255) = 41.79%

R = 20.9%
G = 37.31%
B = 41.79%

CMYK

 C value IS 0.50

 M value IS 0.11

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#386470 (or 0x386470) is known color: Blumine. HEX triplet: 38, 64 and 70. RGB value is (56,100,112). Sum of RGB (Red+Green+Blue) = 56+100+112=268 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.90% from 268); Green value is 100 (39.45% from 255 or 37.31% from 268); Blue value is 112 (44.14% from 255 or 41.79% from 268); Max value from RGB is 112 - color contains mainly: blue. Hex color #386470 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386470 is #C79B8F. Grayscale: #585858. Windows color (decimal): -13081488 or 7365688. OLE color: 7365688.

HSL color Cylindrical-coordinate representation of color #386470: hue angle of 192.86º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #386470 is Cyan = 0.50, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 56 100 112 -
CMYK 0.50 0.11 0 0.56
HSL 192.86º 0.33% 0.33% -
HSV(B) 192.86º 0.5% 0.44% -
XYZ 9.11 11.12 17 -
YUV 88.21 141.42 105.02 -
System Red Green Blue C M Y K H S L
Decimal 56 100 112 0.50 0.11 0 0.56 192.86 0.33 0.33
Hex 38 64 70 32 B 0 38 C1 21 21
Octal 70 144 160 62 13 0 70 301 41 41
Binary 111000 1100100 1110000 110010 1011 0 111000 11000001 100001 100001

Color Harmonies of #386470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386470

Black with #386470

Text Example


Text Example

White with #386470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386470; }

 p { color: rgb(56,100,112); }

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

background-color css

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

 a { background-color: rgb(56,100,112); }

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

border-color css

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

 span { border-color: rgb(56,100,112); }

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