Html Css Color HEX #386273 Blumine

📋 copy color: '#386273'

red 56 ◦ green 98 ◦ blue 115

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

Shades of Blumine #386273

Tints of Blumine #386273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 42.75%

R = 20.82%
G = 36.43%
B = 42.75%

CMYK

 C value IS 0.51

 M value IS 0.15

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#386273 (or 0x386273) is known color: Blumine. HEX triplet: 38, 62 and 73. RGB value is (56,98,115). Sum of RGB (Red+Green+Blue) = 56+98+115=269 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.82% from 269); Green value is 98 (38.67% from 255 or 36.43% from 269); Blue value is 115 (45.31% from 255 or 42.75% from 269); Max value from RGB is 115 - color contains mainly: blue. Hex color #386273 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386273 is #C79D8C. Grayscale: #575757. Windows color (decimal): -13081997 or 7561784. OLE color: 7561784.

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

Color convert

RGB 56 98 115 -
CMYK 0.51 0.15 0 0.55
HSL 197.29º 0.35% 0.34% -
HSV(B) 197.29º 0.51% 0.45% -
XYZ 9.09 10.81 17.83 -
YUV 87.38 143.59 105.62 -
System Red Green Blue C M Y K H S L
Decimal 56 98 115 0.51 0.15 0 0.55 197.29 0.35 0.34
Hex 38 62 73 33 F 0 37 C5 23 22
Octal 70 142 163 63 17 0 67 305 43 42
Binary 111000 1100010 1110011 110011 1111 0 110111 11000101 100011 100010

Color Harmonies of #386273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386273

Black with #386273

Text Example


Text Example

White with #386273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386273; }

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

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

background-color css

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

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

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

border-color css

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

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

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