Html Css Color HEX #386272 Blumine

📋 copy color: '#386272'

red 56 ◦ green 98 ◦ blue 114

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

Shades of Blumine #386272

Tints of Blumine #386272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 42.54%

R = 20.9%
G = 36.57%
B = 42.54%

CMYK

 C value IS 0.51

 M value IS 0.14

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#386272 (or 0x386272) is known color: Blumine. HEX triplet: 38, 62 and 72. RGB value is (56,98,114). Sum of RGB (Red+Green+Blue) = 56+98+114=268 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.90% from 268); Green value is 98 (38.67% from 255 or 36.57% from 268); Blue value is 114 (44.92% from 255 or 42.54% from 268); Max value from RGB is 114 - color contains mainly: blue. Hex color #386272 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386272 is #C79D8D. Grayscale: #575757. Windows color (decimal): -13081998 or 7496248. OLE color: 7496248.

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

Color convert

RGB 56 98 114 -
CMYK 0.51 0.14 0 0.55
HSL 196.55º 0.34% 0.33% -
HSV(B) 196.55º 0.51% 0.45% -
XYZ 9.04 10.79 17.53 -
YUV 87.27 143.09 105.7 -
System Red Green Blue C M Y K H S L
Decimal 56 98 114 0.51 0.14 0 0.55 196.55 0.34 0.33
Hex 38 62 72 33 E 0 37 C5 22 21
Octal 70 142 162 63 16 0 67 305 42 41
Binary 111000 1100010 1110010 110011 1110 0 110111 11000101 100010 100001

Color Harmonies of #386272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386272

Black with #386272

Text Example


Text Example

White with #386272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386272; }

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

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

background-color css

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

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

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

border-color css

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

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

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