Html Css Color HEX #386775 Blumine

📋 copy color: '#386775'

red 56 ◦ green 103 ◦ blue 117

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

Shades of Blumine #386775

Tints of Blumine #386775

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 42.39%

R = 20.29%
G = 37.32%
B = 42.39%

CMYK

 C value IS 0.52

 M value IS 0.12

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#386775 (or 0x386775) is known color: Blumine. HEX triplet: 38, 67 and 75. RGB value is (56,103,117). Sum of RGB (Red+Green+Blue) = 56+103+117=276 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.29% from 276); Green value is 103 (40.62% from 255 or 37.32% from 276); Blue value is 117 (46.09% from 255 or 42.39% from 276); Max value from RGB is 117 - color contains mainly: blue. Hex color #386775 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386775 is #C7988A. Grayscale: #5A5A5A. Windows color (decimal): -13080715 or 7694136. OLE color: 7694136.

HSL color Cylindrical-coordinate representation of color #386775: hue angle of 193.77º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #386775 is Cyan = 0.52, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 56 103 117 -
CMYK 0.52 0.12 0 0.54
HSL 193.77º 0.35% 0.34% -
HSV(B) 193.77º 0.52% 0.46% -
XYZ 9.69 11.83 18.6 -
YUV 90.54 142.93 103.36 -
System Red Green Blue C M Y K H S L
Decimal 56 103 117 0.52 0.12 0 0.54 193.77 0.35 0.34
Hex 38 67 75 34 C 0 36 C2 23 22
Octal 70 147 165 64 14 0 66 302 43 42
Binary 111000 1100111 1110101 110100 1100 0 110110 11000010 100011 100010

Color Harmonies of #386775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386775

Black with #386775

Text Example


Text Example

White with #386775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386775; }

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

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

background-color css

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

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

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

border-color css

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

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

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