Html Css Color HEX #306174 Blumine

📋 copy color: '#306174'

red 48 ◦ green 97 ◦ blue 116

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

Shades of Blumine #306174

Tints of Blumine #306174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 44.44%

R = 18.39%
G = 37.16%
B = 44.44%

CMYK

 C value IS 0.59

 M value IS 0.16

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#306174 (or 0x306174) is known color: Blumine. HEX triplet: 30, 61 and 74. RGB value is (48,97,116). Sum of RGB (Red+Green+Blue) = 48+97+116=261 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.39% from 261); Green value is 97 (38.28% from 255 or 37.16% from 261); Blue value is 116 (45.70% from 255 or 44.44% from 261); Max value from RGB is 116 - color contains mainly: blue. Hex color #306174 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306174 is #CF9E8B. Grayscale: #545454. Windows color (decimal): -13606540 or 7627056. OLE color: 7627056.

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

Color convert

RGB 48 97 116 -
CMYK 0.59 0.16 0 0.55
HSL 196.76º 0.41% 0.32% -
HSV(B) 196.76º 0.59% 0.45% -
XYZ 8.65 10.44 18.08 -
YUV 84.52 145.77 101.96 -
System Red Green Blue C M Y K H S L
Decimal 48 97 116 0.59 0.16 0 0.55 196.76 0.41 0.32
Hex 30 61 74 3B 10 0 37 C5 29 20
Octal 60 141 164 73 20 0 67 305 51 40
Binary 110000 1100001 1110100 111011 10000 0 110111 11000101 101001 100000

Color Harmonies of #306174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306174

Black with #306174

Text Example


Text Example

White with #306174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306174; }

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

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

background-color css

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

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

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

border-color css

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

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

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