Html Css Color HEX #386474 Blumine

📋 copy color: '#386474'

red 56 ◦ green 100 ◦ blue 116

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

Shades of Blumine #386474

Tints of Blumine #386474

RGB

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

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

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

R = 20.59%
G = 36.76%
B = 42.65%

CMYK

 C value IS 0.52

 M value IS 0.14

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#386474 (or 0x386474) is known color: Blumine. HEX triplet: 38, 64 and 74. RGB value is (56,100,116). Sum of RGB (Red+Green+Blue) = 56+100+116=272 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.59% from 272); Green value is 100 (39.45% from 255 or 36.76% from 272); Blue value is 116 (45.70% from 255 or 42.65% from 272); Max value from RGB is 116 - color contains mainly: blue. Hex color #386474 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386474 is #C79B8B. Grayscale: #585858. Windows color (decimal): -13081484 or 7627832. OLE color: 7627832.

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

Color convert

RGB 56 100 116 -
CMYK 0.52 0.14 0 0.55
HSL 196º 0.35% 0.34% -
HSV(B) 196º 0.52% 0.45% -
XYZ 9.34 11.22 18.2 -
YUV 88.67 143.42 104.7 -
System Red Green Blue C M Y K H S L
Decimal 56 100 116 0.52 0.14 0 0.55 196 0.35 0.34
Hex 38 64 74 34 E 0 37 C4 23 22
Octal 70 144 164 64 16 0 67 304 43 42
Binary 111000 1100100 1110100 110100 1110 0 110111 11000100 100011 100010

Color Harmonies of #386474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386474

Black with #386474

Text Example


Text Example

White with #386474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386474; }

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

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

background-color css

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

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

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

border-color css

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

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

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