Html Css Color HEX #386672 Blumine

📋 copy color: '#386672'

red 56 ◦ green 102 ◦ blue 114

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

Shades of Blumine #386672

Tints of Blumine #386672

RGB

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

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

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

R = 20.59%
G = 37.5%
B = 41.91%

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

#386672 (or 0x386672) is known color: Blumine. HEX triplet: 38, 66 and 72. RGB value is (56,102,114). Sum of RGB (Red+Green+Blue) = 56+102+114=272 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.59% from 272); Green value is 102 (40.23% from 255 or 37.5% from 272); Blue value is 114 (44.92% from 255 or 41.91% from 272); Max value from RGB is 114 - color contains mainly: blue. Hex color #386672 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386672 is #C7998D. Grayscale: #595959. Windows color (decimal): -13080974 or 7497272. OLE color: 7497272.

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

Color convert

RGB 56 102 114 -
CMYK 0.51 0.11 0 0.55
HSL 192.41º 0.34% 0.33% -
HSV(B) 192.41º 0.51% 0.45% -
XYZ 9.42 11.56 17.65 -
YUV 89.61 141.76 104.02 -
System Red Green Blue C M Y K H S L
Decimal 56 102 114 0.51 0.11 0 0.55 192.41 0.34 0.33
Hex 38 66 72 33 B 0 37 C0 22 21
Octal 70 146 162 63 13 0 67 300 42 41
Binary 111000 1100110 1110010 110011 1011 0 110111 11000000 100010 100001

Color Harmonies of #386672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386672

Black with #386672

Text Example


Text Example

White with #386672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386672; }

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

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

background-color css

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

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

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

border-color css

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

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

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