Html Css Color HEX #386677 Blumine

📋 copy color: '#386677'

red 56 ◦ green 102 ◦ blue 119

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

Shades of Blumine #386677

Tints of Blumine #386677

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 42.96%

R = 20.22%
G = 36.82%
B = 42.96%

CMYK

 C value IS 0.53

 M value IS 0.14

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#386677 (or 0x386677) is known color: Blumine. HEX triplet: 38, 66 and 77. RGB value is (56,102,119). Sum of RGB (Red+Green+Blue) = 56+102+119=277 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.22% from 277); Green value is 102 (40.23% from 255 or 36.82% from 277); Blue value is 119 (46.88% from 255 or 42.96% from 277); Max value from RGB is 119 - color contains mainly: blue. Hex color #386677 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386677 is #C79988. Grayscale: #5A5A5A. Windows color (decimal): -13080969 or 7824952. OLE color: 7824952.

HSL color Cylindrical-coordinate representation of color #386677: hue angle of 196.19º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #386677 is Cyan = 0.53, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 56 102 119 -
CMYK 0.53 0.14 0 0.53
HSL 196.19º 0.36% 0.34% -
HSV(B) 196.19º 0.53% 0.47% -
XYZ 9.71 11.68 19.19 -
YUV 90.18 144.26 103.62 -
System Red Green Blue C M Y K H S L
Decimal 56 102 119 0.53 0.14 0 0.53 196.19 0.36 0.34
Hex 38 66 77 35 E 0 35 C4 24 22
Octal 70 146 167 65 16 0 65 304 44 42
Binary 111000 1100110 1110111 110101 1110 0 110101 11000100 100100 100010

Color Harmonies of #386677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386677

Black with #386677

Text Example


Text Example

White with #386677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386677; }

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

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

background-color css

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

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

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

border-color css

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

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

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