Html Css Color HEX #306176 Blumine

📋 copy color: '#306176'

red 48 ◦ green 97 ◦ blue 118

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

Shades of Blumine #306176

Tints of Blumine #306176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 44.87%

R = 18.25%
G = 36.88%
B = 44.87%

CMYK

 C value IS 0.59

 M value IS 0.18

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#306176 (or 0x306176) is known color: Blumine. HEX triplet: 30, 61 and 76. RGB value is (48,97,118). Sum of RGB (Red+Green+Blue) = 48+97+118=263 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.25% from 263); Green value is 97 (38.28% from 255 or 36.88% from 263); Blue value is 118 (46.48% from 255 or 44.87% from 263); Max value from RGB is 118 - color contains mainly: blue. Hex color #306176 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306176 is #CF9E89. Grayscale: #545454. Windows color (decimal): -13606538 or 7758128. OLE color: 7758128.

HSL color Cylindrical-coordinate representation of color #306176: hue angle of 198º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #306176 is Cyan = 0.59, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 48 97 118 -
CMYK 0.59 0.18 0 0.54
HSL 198º 0.42% 0.33% -
HSV(B) 198º 0.59% 0.46% -
XYZ 8.76 10.49 18.7 -
YUV 84.74 146.77 101.79 -
System Red Green Blue C M Y K H S L
Decimal 48 97 118 0.59 0.18 0 0.54 198 0.42 0.33
Hex 30 61 76 3B 12 0 36 C6 2A 21
Octal 60 141 166 73 22 0 66 306 52 41
Binary 110000 1100001 1110110 111011 10010 0 110110 11000110 101010 100001

Color Harmonies of #306176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306176

Black with #306176

Text Example


Text Example

White with #306176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306176; }

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

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

background-color css

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

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

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

border-color css

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

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

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