Html Css Color HEX #386872 Blumine

📋 copy color: '#386872'

red 56 ◦ green 104 ◦ blue 114

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

Shades of Blumine #386872

Tints of Blumine #386872

RGB

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

 GREEN value IS 104 (41.02% from 255) = 37.96%

 BLUE value IS 114 (44.92% from 255) = 41.61%

R = 20.44%
G = 37.96%
B = 41.61%

CMYK

 C value IS 0.51

 M value IS 0.09

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#386872 (or 0x386872) is known color: Blumine. HEX triplet: 38, 68 and 72. RGB value is (56,104,114). Sum of RGB (Red+Green+Blue) = 56+104+114=274 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.44% from 274); Green value is 104 (41.02% from 255 or 37.96% from 274); Blue value is 114 (44.92% from 255 or 41.61% from 274); Max value from RGB is 114 - color contains mainly: blue. Hex color #386872 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386872 is #C7978D. Grayscale: #5A5A5A. Windows color (decimal): -13080462 or 7497784. OLE color: 7497784.

HSL color Cylindrical-coordinate representation of color #386872: hue angle of 190.34º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #386872 is Cyan = 0.51, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 56 104 114 -
CMYK 0.51 0.09 0 0.55
HSL 190.34º 0.34% 0.33% -
HSV(B) 190.34º 0.51% 0.45% -
XYZ 9.62 11.96 17.72 -
YUV 90.79 141.1 103.19 -
System Red Green Blue C M Y K H S L
Decimal 56 104 114 0.51 0.09 0 0.55 190.34 0.34 0.33
Hex 38 68 72 33 9 0 37 BE 22 21
Octal 70 150 162 63 11 0 67 276 42 41
Binary 111000 1101000 1110010 110011 1001 0 110111 10111110 100010 100001

Color Harmonies of #386872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386872

Black with #386872

Text Example


Text Example

White with #386872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386872; }

 p { color: rgb(56,104,114); }

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

background-color css

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

 a { background-color: rgb(56,104,114); }

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

border-color css

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

 span { border-color: rgb(56,104,114); }

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