Html Css Color HEX #306171 Blumine

📋 copy color: '#306171'

red 48 ◦ green 97 ◦ blue 113

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

Shades of Blumine #306171

Tints of Blumine #306171

RGB

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

 GREEN value IS 97 (38.28% from 255) = 37.6%

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

R = 18.6%
G = 37.6%
B = 43.8%

CMYK

 C value IS 0.58

 M value IS 0.14

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#306171 (or 0x306171) is known color: Blumine. HEX triplet: 30, 61 and 71. RGB value is (48,97,113). Sum of RGB (Red+Green+Blue) = 48+97+113=258 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.60% from 258); Green value is 97 (38.28% from 255 or 37.60% from 258); Blue value is 113 (44.53% from 255 or 43.80% from 258); Max value from RGB is 113 - color contains mainly: blue. Hex color #306171 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306171 is #CF9E8E. Grayscale: #545454. Windows color (decimal): -13606543 or 7430448. OLE color: 7430448.

HSL color Cylindrical-coordinate representation of color #306171: hue angle of 194.77º 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 #306171 is Cyan = 0.58, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 48 97 113 -
CMYK 0.58 0.14 0 0.56
HSL 194.77º 0.4% 0.32% -
HSV(B) 194.77º 0.58% 0.44% -
XYZ 8.47 10.37 17.18 -
YUV 84.17 144.27 102.2 -
System Red Green Blue C M Y K H S L
Decimal 48 97 113 0.58 0.14 0 0.56 194.77 0.4 0.32
Hex 30 61 71 3A E 0 38 C3 28 20
Octal 60 141 161 72 16 0 70 303 50 40
Binary 110000 1100001 1110001 111010 1110 0 111000 11000011 101000 100000

Color Harmonies of #306171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306171

Black with #306171

Text Example


Text Example

White with #306171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306171; }

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

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

background-color css

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

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

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

border-color css

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

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

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