Html Css Color HEX #386772 Blumine

📋 copy color: '#386772'

red 56 ◦ green 103 ◦ blue 114

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

Shades of Blumine #386772

Tints of Blumine #386772

RGB

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

 GREEN value IS 103 (40.63% from 255) = 37.73%

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

R = 20.51%
G = 37.73%
B = 41.76%

CMYK

 C value IS 0.51

 M value IS 0.10

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#386772 (or 0x386772) is known color: Blumine. HEX triplet: 38, 67 and 72. RGB value is (56,103,114). Sum of RGB (Red+Green+Blue) = 56+103+114=273 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.51% from 273); Green value is 103 (40.62% from 255 or 37.73% from 273); Blue value is 114 (44.92% from 255 or 41.76% from 273); Max value from RGB is 114 - color contains mainly: blue. Hex color #386772 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386772 is #C7988D. Grayscale: #5A5A5A. Windows color (decimal): -13080718 or 7497528. OLE color: 7497528.

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

Color convert

RGB 56 103 114 -
CMYK 0.51 0.10 0 0.55
HSL 191.38º 0.34% 0.33% -
HSV(B) 191.38º 0.51% 0.45% -
XYZ 9.52 11.76 17.69 -
YUV 90.2 141.43 103.61 -
System Red Green Blue C M Y K H S L
Decimal 56 103 114 0.51 0.10 0 0.55 191.38 0.34 0.33
Hex 38 67 72 33 A 0 37 BF 22 21
Octal 70 147 162 63 12 0 67 277 42 41
Binary 111000 1100111 1110010 110011 1010 0 110111 10111111 100010 100001

Color Harmonies of #386772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386772

Black with #386772

Text Example


Text Example

White with #386772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386772; }

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

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

background-color css

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

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

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

border-color css

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

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

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