Html Css Color HEX #396678 Blumine

📋 copy color: '#396678'

red 57 ◦ green 102 ◦ blue 120

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

Shades of Blumine #396678

Tints of Blumine #396678

RGB

 RED value IS 57 (22.66% from 255) = 20.43%

 GREEN value IS 102 (40.23% from 255) = 36.56%

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

R = 20.43%
G = 36.56%
B = 43.01%

CMYK

 C value IS 0.52

 M value IS 0.15

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#396678 (or 0x396678) is known color: Blumine. HEX triplet: 39, 66 and 78. RGB value is (57,102,120). Sum of RGB (Red+Green+Blue) = 57+102+120=279 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.43% from 279); Green value is 102 (40.23% from 255 or 36.56% from 279); Blue value is 120 (47.27% from 255 or 43.01% from 279); Max value from RGB is 120 - color contains mainly: blue. Hex color #396678 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396678 is #C69987. Grayscale: #5A5A5A. Windows color (decimal): -13015432 or 7890489. OLE color: 7890489.

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

Color convert

RGB 57 102 120 -
CMYK 0.52 0.15 0 0.53
HSL 197.14º 0.36% 0.35% -
HSV(B) 197.14º 0.53% 0.47% -
XYZ 9.83 11.73 19.52 -
YUV 90.6 144.59 104.04 -
System Red Green Blue C M Y K H S L
Decimal 57 102 120 0.52 0.15 0 0.53 197.14 0.36 0.35
Hex 39 66 78 34 F 0 35 C5 24 23
Octal 71 146 170 64 17 0 65 305 44 43
Binary 111001 1100110 1111000 110100 1111 0 110101 11000101 100100 100011

Color Harmonies of #396678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396678

Black with #396678

Text Example


Text Example

White with #396678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396678; }

 p { color: rgb(57,102,120); }

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

background-color css

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

 a { background-color: rgb(57,102,120); }

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

border-color css

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

 span { border-color: rgb(57,102,120); }

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