Html Css Color HEX #386072 Blumine

📋 copy color: '#386072'

red 56 ◦ green 96 ◦ blue 114

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

Shades of Blumine #386072

Tints of Blumine #386072

RGB

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

 GREEN value IS 96 (37.89% from 255) = 36.09%

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

R = 21.05%
G = 36.09%
B = 42.86%

CMYK

 C value IS 0.51

 M value IS 0.16

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#386072 (or 0x386072) is known color: Blumine. HEX triplet: 38, 60 and 72. RGB value is (56,96,114). Sum of RGB (Red+Green+Blue) = 56+96+114=266 (35% of max value = 765). Red value is 56 (22.27% from 255 or 21.05% from 266); Green value is 96 (37.89% from 255 or 36.09% from 266); Blue value is 114 (44.92% from 255 or 42.86% from 266); Max value from RGB is 114 - color contains mainly: blue. Hex color #386072 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386072 is #C79F8D. Grayscale: #555555. Windows color (decimal): -13082510 or 7495736. OLE color: 7495736.

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

Color convert

RGB 56 96 114 -
CMYK 0.51 0.16 0 0.55
HSL 198.62º 0.34% 0.33% -
HSV(B) 198.62º 0.51% 0.45% -
XYZ 8.85 10.42 17.46 -
YUV 86.09 143.75 106.54 -
System Red Green Blue C M Y K H S L
Decimal 56 96 114 0.51 0.16 0 0.55 198.62 0.34 0.33
Hex 38 60 72 33 10 0 37 C7 22 21
Octal 70 140 162 63 20 0 67 307 42 41
Binary 111000 1100000 1110010 110011 10000 0 110111 11000111 100010 100001

Color Harmonies of #386072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386072

Black with #386072

Text Example


Text Example

White with #386072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386072; }

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

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

background-color css

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

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

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

border-color css

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

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

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