Html Css Color HEX #386378 Blumine

📋 copy color: '#386378'

red 56 ◦ green 99 ◦ blue 120

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

Shades of Blumine #386378

Tints of Blumine #386378

RGB

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

 GREEN value IS 99 (39.06% from 255) = 36%

 BLUE value IS 120 (47.27% from 255) = 43.64%

R = 20.36%
G = 36%
B = 43.64%

CMYK

 C value IS 0.53

 M value IS 0.17

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#386378 (or 0x386378) is known color: Blumine. HEX triplet: 38, 63 and 78. RGB value is (56,99,120). Sum of RGB (Red+Green+Blue) = 56+99+120=275 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.36% from 275); Green value is 99 (39.06% from 255 or 36% from 275); Blue value is 120 (47.27% from 255 or 43.64% from 275); Max value from RGB is 120 - color contains mainly: blue. Hex color #386378 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386378 is #C79C87. Grayscale: #585858. Windows color (decimal): -13081736 or 7889720. OLE color: 7889720.

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

Color convert

RGB 56 99 120 -
CMYK 0.53 0.17 0 0.53
HSL 199.69º 0.36% 0.35% -
HSV(B) 199.69º 0.53% 0.47% -
XYZ 9.48 11.12 19.42 -
YUV 88.54 145.75 104.79 -
System Red Green Blue C M Y K H S L
Decimal 56 99 120 0.53 0.17 0 0.53 199.69 0.36 0.35
Hex 38 63 78 35 11 0 35 C8 24 23
Octal 70 143 170 65 21 0 65 310 44 43
Binary 111000 1100011 1111000 110101 10001 0 110101 11001000 100100 100011

Color Harmonies of #386378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386378

Black with #386378

Text Example


Text Example

White with #386378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386378; }

 p { color: rgb(56,99,120); }

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

background-color css

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

 a { background-color: rgb(56,99,120); }

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

border-color css

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

 span { border-color: rgb(56,99,120); }

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