Html Css Color HEX #306871 Blumine

📋 copy color: '#306871'

red 48 ◦ green 104 ◦ blue 113

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

Shades of Blumine #306871

Tints of Blumine #306871

RGB

 RED value IS 48 (19.14% from 255) = 18.11%

 GREEN value IS 104 (41.02% from 255) = 39.25%

 BLUE value IS 113 (44.53% from 255) = 42.64%

R = 18.11%
G = 39.25%
B = 42.64%

CMYK

 C value IS 0.58

 M value IS 0.08

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#306871 (or 0x306871) is known color: Blumine. HEX triplet: 30, 68 and 71. RGB value is (48,104,113). Sum of RGB (Red+Green+Blue) = 48+104+113=265 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.11% from 265); Green value is 104 (41.02% from 255 or 39.25% from 265); Blue value is 113 (44.53% from 255 or 42.64% from 265); Max value from RGB is 113 - color contains mainly: blue. Hex color #306871 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306871 is #CF978E. Grayscale: #585858. Windows color (decimal): -13604751 or 7432240. OLE color: 7432240.

HSL color Cylindrical-coordinate representation of color #306871: hue angle of 188.31º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #306871 is Cyan = 0.58, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 48 104 113 -
CMYK 0.58 0.08 0 0.56
HSL 188.31º 0.4% 0.32% -
HSV(B) 188.31º 0.58% 0.44% -
XYZ 9.15 11.72 17.4 -
YUV 88.28 141.95 99.27 -
System Red Green Blue C M Y K H S L
Decimal 48 104 113 0.58 0.08 0 0.56 188.31 0.4 0.32
Hex 30 68 71 3A 8 0 38 BC 28 20
Octal 60 150 161 72 10 0 70 274 50 40
Binary 110000 1101000 1110001 111010 1000 0 111000 10111100 101000 100000

Color Harmonies of #306871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306871

Black with #306871

Text Example


Text Example

White with #306871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306871; }

 p { color: rgb(48,104,113); }

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

background-color css

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

 a { background-color: rgb(48,104,113); }

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

border-color css

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

 span { border-color: rgb(48,104,113); }

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