Html Css Color HEX #386069 Blumine

📋 copy color: '#386069'

red 56 ◦ green 96 ◦ blue 105

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

Shades of Blumine #386069

Tints of Blumine #386069

RGB

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

 GREEN value IS 96 (37.89% from 255) = 37.35%

 BLUE value IS 105 (41.41% from 255) = 40.86%

R = 21.79%
G = 37.35%
B = 40.86%

CMYK

 C value IS 0.47

 M value IS 0.09

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#386069 (or 0x386069) is known color: Blumine. HEX triplet: 38, 60 and 69. RGB value is (56,96,105). Sum of RGB (Red+Green+Blue) = 56+96+105=257 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.79% from 257); Green value is 96 (37.89% from 255 or 37.35% from 257); Blue value is 105 (41.41% from 255 or 40.86% from 257); Max value from RGB is 105 - color contains mainly: blue. Hex color #386069 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386069 is #C79F96. Grayscale: #545454. Windows color (decimal): -13082519 or 6905912. OLE color: 6905912.

HSL color Cylindrical-coordinate representation of color #386069: hue angle of 191.02º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #386069 is Cyan = 0.47, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 56 96 105 -
CMYK 0.47 0.09 0 0.59
HSL 191.02º 0.3% 0.32% -
HSV(B) 191.02º 0.47% 0.41% -
XYZ 8.36 10.23 14.9 -
YUV 85.07 139.25 107.27 -
System Red Green Blue C M Y K H S L
Decimal 56 96 105 0.47 0.09 0 0.59 191.02 0.3 0.32
Hex 38 60 69 2F 9 0 3B BF 1E 20
Octal 70 140 151 57 11 0 73 277 36 40
Binary 111000 1100000 1101001 101111 1001 0 111011 10111111 11110 100000

Color Harmonies of #386069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386069

Black with #386069

Text Example


Text Example

White with #386069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386069; }

 p { color: rgb(56,96,105); }

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

background-color css

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

 a { background-color: rgb(56,96,105); }

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

border-color css

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

 span { border-color: rgb(56,96,105); }

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