Html Css Color HEX #386478 Blumine

📋 copy color: '#386478'

red 56 ◦ green 100 ◦ blue 120

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

Shades of Blumine #386478

Tints of Blumine #386478

RGB

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

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

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

R = 20.29%
G = 36.23%
B = 43.48%

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

#386478 (or 0x386478) is known color: Blumine. HEX triplet: 38, 64 and 78. RGB value is (56,100,120). Sum of RGB (Red+Green+Blue) = 56+100+120=276 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.29% from 276); Green value is 100 (39.45% from 255 or 36.23% from 276); Blue value is 120 (47.27% from 255 or 43.48% from 276); Max value from RGB is 120 - color contains mainly: blue. Hex color #386478 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386478 is #C79B87. Grayscale: #595959. Windows color (decimal): -13081480 or 7889976. OLE color: 7889976.

HSL color Cylindrical-coordinate representation of color #386478: hue angle of 198.75º 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 #386478 is Cyan = 0.53, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 56 100 120 -
CMYK 0.53 0.17 0 0.53
HSL 198.75º 0.36% 0.35% -
HSV(B) 198.75º 0.53% 0.47% -
XYZ 9.58 11.31 19.45 -
YUV 89.12 145.42 104.37 -
System Red Green Blue C M Y K H S L
Decimal 56 100 120 0.53 0.17 0 0.53 198.75 0.36 0.35
Hex 38 64 78 35 11 0 35 C7 24 23
Octal 70 144 170 65 21 0 65 307 44 43
Binary 111000 1100100 1111000 110101 10001 0 110101 11000111 100100 100011

Color Harmonies of #386478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386478

Black with #386478

Text Example


Text Example

White with #386478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386478; }

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

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

background-color css

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

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

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

border-color css

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

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

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