Html Css Color HEX #306172 Blumine

📋 copy color: '#306172'

red 48 ◦ green 97 ◦ blue 114

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

Shades of Blumine #306172

Tints of Blumine #306172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 44.02%

R = 18.53%
G = 37.45%
B = 44.02%

CMYK

 C value IS 0.58

 M value IS 0.15

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#306172 (or 0x306172) is known color: Blumine. HEX triplet: 30, 61 and 72. RGB value is (48,97,114). Sum of RGB (Red+Green+Blue) = 48+97+114=259 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.53% from 259); Green value is 97 (38.28% from 255 or 37.45% from 259); Blue value is 114 (44.92% from 255 or 44.02% from 259); Max value from RGB is 114 - color contains mainly: blue. Hex color #306172 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306172 is #CF9E8D. Grayscale: #545454. Windows color (decimal): -13606542 or 7495984. OLE color: 7495984.

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

Color convert

RGB 48 97 114 -
CMYK 0.58 0.15 0 0.55
HSL 195.45º 0.41% 0.32% -
HSV(B) 195.45º 0.58% 0.45% -
XYZ 8.53 10.39 17.48 -
YUV 84.29 144.77 102.12 -
System Red Green Blue C M Y K H S L
Decimal 48 97 114 0.58 0.15 0 0.55 195.45 0.41 0.32
Hex 30 61 72 3A F 0 37 C3 29 20
Octal 60 141 162 72 17 0 67 303 51 40
Binary 110000 1100001 1110010 111010 1111 0 110111 11000011 101001 100000

Color Harmonies of #306172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306172

Black with #306172

Text Example


Text Example

White with #306172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306172; }

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

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

background-color css

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

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

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

border-color css

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

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

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