Html Css Color HEX #386572 Blumine

📋 copy color: '#386572'

red 56 ◦ green 101 ◦ blue 114

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

Shades of Blumine #386572

Tints of Blumine #386572

RGB

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

 GREEN value IS 101 (39.84% from 255) = 37.27%

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

R = 20.66%
G = 37.27%
B = 42.07%

CMYK

 C value IS 0.51

 M value IS 0.11

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#386572 (or 0x386572) is known color: Blumine. HEX triplet: 38, 65 and 72. RGB value is (56,101,114). Sum of RGB (Red+Green+Blue) = 56+101+114=271 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.66% from 271); Green value is 101 (39.84% from 255 or 37.27% from 271); Blue value is 114 (44.92% from 255 or 42.07% from 271); Max value from RGB is 114 - color contains mainly: blue. Hex color #386572 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386572 is #C79A8D. Grayscale: #585858. Windows color (decimal): -13081230 or 7497016. OLE color: 7497016.

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

Color convert

RGB 56 101 114 -
CMYK 0.51 0.11 0 0.55
HSL 193.45º 0.34% 0.33% -
HSV(B) 193.45º 0.51% 0.45% -
XYZ 9.32 11.36 17.62 -
YUV 89.03 142.09 104.44 -
System Red Green Blue C M Y K H S L
Decimal 56 101 114 0.51 0.11 0 0.55 193.45 0.34 0.33
Hex 38 65 72 33 B 0 37 C1 22 21
Octal 70 145 162 63 13 0 67 301 42 41
Binary 111000 1100101 1110010 110011 1011 0 110111 11000001 100010 100001

Color Harmonies of #386572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386572

Black with #386572

Text Example


Text Example

White with #386572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386572; }

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

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

background-color css

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

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

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

border-color css

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

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

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