Html Css Color HEX #386374 Blumine

📋 copy color: '#386374'

red 56 ◦ green 99 ◦ blue 116

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

Shades of Blumine #386374

Tints of Blumine #386374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 42.8%

R = 20.66%
G = 36.53%
B = 42.8%

CMYK

 C value IS 0.52

 M value IS 0.15

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#386374 (or 0x386374) is known color: Blumine. HEX triplet: 38, 63 and 74. RGB value is (56,99,116). Sum of RGB (Red+Green+Blue) = 56+99+116=271 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.66% from 271); Green value is 99 (39.06% from 255 or 36.53% from 271); Blue value is 116 (45.70% from 255 or 42.80% from 271); Max value from RGB is 116 - color contains mainly: blue. Hex color #386374 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386374 is #C79C8B. Grayscale: #575757. Windows color (decimal): -13081740 or 7627576. OLE color: 7627576.

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

Color convert

RGB 56 99 116 -
CMYK 0.52 0.15 0 0.55
HSL 197º 0.35% 0.34% -
HSV(B) 197º 0.52% 0.45% -
XYZ 9.25 11.03 18.16 -
YUV 88.08 143.75 105.12 -
System Red Green Blue C M Y K H S L
Decimal 56 99 116 0.52 0.15 0 0.55 197 0.35 0.34
Hex 38 63 74 34 F 0 37 C5 23 22
Octal 70 143 164 64 17 0 67 305 43 42
Binary 111000 1100011 1110100 110100 1111 0 110111 11000101 100011 100010

Color Harmonies of #386374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386374

Black with #386374

Text Example


Text Example

White with #386374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386374; }

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

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

background-color css

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

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

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

border-color css

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

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

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