Html Css Color HEX #386674 Blumine

📋 copy color: '#386674'

red 56 ◦ green 102 ◦ blue 116

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

Shades of Blumine #386674

Tints of Blumine #386674

RGB

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

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

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

R = 20.44%
G = 37.23%
B = 42.34%

CMYK

 C value IS 0.52

 M value IS 0.12

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#386674 (or 0x386674) is known color: Blumine. HEX triplet: 38, 66 and 74. RGB value is (56,102,116). Sum of RGB (Red+Green+Blue) = 56+102+116=274 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.44% from 274); Green value is 102 (40.23% from 255 or 37.23% from 274); Blue value is 116 (45.70% from 255 or 42.34% from 274); Max value from RGB is 116 - color contains mainly: blue. Hex color #386674 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386674 is #C7998B. Grayscale: #595959. Windows color (decimal): -13080972 or 7628344. OLE color: 7628344.

HSL color Cylindrical-coordinate representation of color #386674: hue angle of 194º 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 #386674 is Cyan = 0.52, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 56 102 116 -
CMYK 0.52 0.12 0 0.55
HSL 194º 0.35% 0.34% -
HSV(B) 194º 0.52% 0.45% -
XYZ 9.53 11.6 18.26 -
YUV 89.84 142.76 103.86 -
System Red Green Blue C M Y K H S L
Decimal 56 102 116 0.52 0.12 0 0.55 194 0.35 0.34
Hex 38 66 74 34 C 0 37 C2 23 22
Octal 70 146 164 64 14 0 67 302 43 42
Binary 111000 1100110 1110100 110100 1100 0 110111 11000010 100011 100010

Color Harmonies of #386674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386674

Black with #386674

Text Example


Text Example

White with #386674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386674; }

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

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

background-color css

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

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

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

border-color css

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

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

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