Html Css Color HEX #386773 Blumine

📋 copy color: '#386773'

red 56 ◦ green 103 ◦ blue 115

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

Shades of Blumine #386773

Tints of Blumine #386773

RGB

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

 GREEN value IS 103 (40.63% from 255) = 37.59%

 BLUE value IS 115 (45.31% from 255) = 41.97%

R = 20.44%
G = 37.59%
B = 41.97%

CMYK

 C value IS 0.51

 M value IS 0.10

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#386773 (or 0x386773) is known color: Blumine. HEX triplet: 38, 67 and 73. RGB value is (56,103,115). Sum of RGB (Red+Green+Blue) = 56+103+115=274 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.44% from 274); Green value is 103 (40.62% from 255 or 37.59% from 274); Blue value is 115 (45.31% from 255 or 41.97% from 274); Max value from RGB is 115 - color contains mainly: blue. Hex color #386773 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386773 is #C7988C. Grayscale: #5A5A5A. Windows color (decimal): -13080717 or 7563064. OLE color: 7563064.

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

Color convert

RGB 56 103 115 -
CMYK 0.51 0.10 0 0.55
HSL 192.2º 0.35% 0.34% -
HSV(B) 192.2º 0.51% 0.45% -
XYZ 9.58 11.78 17.99 -
YUV 90.32 141.93 103.52 -
System Red Green Blue C M Y K H S L
Decimal 56 103 115 0.51 0.10 0 0.55 192.2 0.35 0.34
Hex 38 67 73 33 A 0 37 C0 23 22
Octal 70 147 163 63 12 0 67 300 43 42
Binary 111000 1100111 1110011 110011 1010 0 110111 11000000 100011 100010

Color Harmonies of #386773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386773

Black with #386773

Text Example


Text Example

White with #386773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386773; }

 p { color: rgb(56,103,115); }

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

background-color css

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

 a { background-color: rgb(56,103,115); }

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

border-color css

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

 span { border-color: rgb(56,103,115); }

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