Html Css Color HEX #386477 Blumine

📋 copy color: '#386477'

red 56 ◦ green 100 ◦ blue 119

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

Shades of Blumine #386477

Tints of Blumine #386477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 43.27%

R = 20.36%
G = 36.36%
B = 43.27%

CMYK

 C value IS 0.53

 M value IS 0.16

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#386477 (or 0x386477) is known color: Blumine. HEX triplet: 38, 64 and 77. RGB value is (56,100,119). Sum of RGB (Red+Green+Blue) = 56+100+119=275 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.36% from 275); Green value is 100 (39.45% from 255 or 36.36% from 275); Blue value is 119 (46.88% from 255 or 43.27% from 275); Max value from RGB is 119 - color contains mainly: blue. Hex color #386477 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386477 is #C79B88. Grayscale: #585858. Windows color (decimal): -13081481 or 7824440. OLE color: 7824440.

HSL color Cylindrical-coordinate representation of color #386477: hue angle of 198.1º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #386477 is Cyan = 0.53, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 56 100 119 -
CMYK 0.53 0.16 0 0.53
HSL 198.1º 0.36% 0.34% -
HSV(B) 198.1º 0.53% 0.47% -
XYZ 9.52 11.29 19.13 -
YUV 89.01 144.92 104.46 -
System Red Green Blue C M Y K H S L
Decimal 56 100 119 0.53 0.16 0 0.53 198.1 0.36 0.34
Hex 38 64 77 35 10 0 35 C6 24 22
Octal 70 144 167 65 20 0 65 306 44 42
Binary 111000 1100100 1110111 110101 10000 0 110101 11000110 100100 100010

Color Harmonies of #386477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386477

Black with #386477

Text Example


Text Example

White with #386477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386477; }

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

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

background-color css

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

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

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

border-color css

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

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

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