Html Css Color HEX #386675 Blumine

📋 copy color: '#386675'

red 56 ◦ green 102 ◦ blue 117

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

Shades of Blumine #386675

Tints of Blumine #386675

RGB

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

 GREEN value IS 102 (40.23% from 255) = 37.09%

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

R = 20.36%
G = 37.09%
B = 42.55%

CMYK

 C value IS 0.52

 M value IS 0.13

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#386675 (or 0x386675) is known color: Blumine. HEX triplet: 38, 66 and 75. RGB value is (56,102,117). Sum of RGB (Red+Green+Blue) = 56+102+117=275 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.36% from 275); Green value is 102 (40.23% from 255 or 37.09% from 275); Blue value is 117 (46.09% from 255 or 42.55% from 275); Max value from RGB is 117 - color contains mainly: blue. Hex color #386675 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386675 is #C7998A. Grayscale: #595959. Windows color (decimal): -13080971 or 7693880. OLE color: 7693880.

HSL color Cylindrical-coordinate representation of color #386675: hue angle of 194.75º 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 #386675 is Cyan = 0.52, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 56 102 117 -
CMYK 0.52 0.13 0 0.54
HSL 194.75º 0.35% 0.34% -
HSV(B) 194.75º 0.52% 0.46% -
XYZ 9.59 11.63 18.57 -
YUV 89.96 143.26 103.78 -
System Red Green Blue C M Y K H S L
Decimal 56 102 117 0.52 0.13 0 0.54 194.75 0.35 0.34
Hex 38 66 75 34 D 0 36 C3 23 22
Octal 70 146 165 64 15 0 66 303 43 42
Binary 111000 1100110 1110101 110100 1101 0 110110 11000011 100011 100010

Color Harmonies of #386675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386675

Black with #386675

Text Example


Text Example

White with #386675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386675; }

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

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

background-color css

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

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

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

border-color css

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

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

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