Html Css Color HEX #386278 Blumine

📋 copy color: '#386278'

red 56 ◦ green 98 ◦ blue 120

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

Shades of Blumine #386278

Tints of Blumine #386278

RGB

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

 GREEN value IS 98 (38.67% from 255) = 35.77%

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

R = 20.44%
G = 35.77%
B = 43.8%

CMYK

 C value IS 0.53

 M value IS 0.18

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#386278 (or 0x386278) is known color: Blumine. HEX triplet: 38, 62 and 78. RGB value is (56,98,120). Sum of RGB (Red+Green+Blue) = 56+98+120=274 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.44% from 274); Green value is 98 (38.67% from 255 or 35.77% from 274); Blue value is 120 (47.27% from 255 or 43.80% from 274); Max value from RGB is 120 - color contains mainly: blue. Hex color #386278 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386278 is #C79D87. Grayscale: #575757. Windows color (decimal): -13081992 or 7889464. OLE color: 7889464.

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

Color convert

RGB 56 98 120 -
CMYK 0.53 0.18 0 0.53
HSL 200.63º 0.36% 0.35% -
HSV(B) 200.63º 0.53% 0.47% -
XYZ 9.39 10.93 19.38 -
YUV 87.95 146.09 105.21 -
System Red Green Blue C M Y K H S L
Decimal 56 98 120 0.53 0.18 0 0.53 200.63 0.36 0.35
Hex 38 62 78 35 12 0 35 C9 24 23
Octal 70 142 170 65 22 0 65 311 44 43
Binary 111000 1100010 1111000 110101 10010 0 110101 11001001 100100 100011

Color Harmonies of #386278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386278

Black with #386278

Text Example


Text Example

White with #386278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386278; }

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

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

background-color css

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

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

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

border-color css

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

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

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