Html Css Color HEX #306170 Blumine

📋 copy color: '#306170'

red 48 ◦ green 97 ◦ blue 112

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

Shades of Blumine #306170

Tints of Blumine #306170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 43.58%

R = 18.68%
G = 37.74%
B = 43.58%

CMYK

 C value IS 0.57

 M value IS 0.13

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#306170 (or 0x306170) is known color: Blumine. HEX triplet: 30, 61 and 70. RGB value is (48,97,112). Sum of RGB (Red+Green+Blue) = 48+97+112=257 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.68% from 257); Green value is 97 (38.28% from 255 or 37.74% from 257); Blue value is 112 (44.14% from 255 or 43.58% from 257); Max value from RGB is 112 - color contains mainly: blue. Hex color #306170 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306170 is #CF9E8F. Grayscale: #535353. Windows color (decimal): -13606544 or 7364912. OLE color: 7364912.

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

Color convert

RGB 48 97 112 -
CMYK 0.57 0.13 0 0.56
HSL 194.06º 0.4% 0.31% -
HSV(B) 194.06º 0.57% 0.44% -
XYZ 8.42 10.35 16.88 -
YUV 84.06 143.77 102.28 -
System Red Green Blue C M Y K H S L
Decimal 48 97 112 0.57 0.13 0 0.56 194.06 0.4 0.31
Hex 30 61 70 39 D 0 38 C2 28 1F
Octal 60 141 160 71 15 0 70 302 50 37
Binary 110000 1100001 1110000 111001 1101 0 111000 11000010 101000 11111

Color Harmonies of #306170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306170

Black with #306170

Text Example


Text Example

White with #306170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306170; }

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

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

background-color css

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

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

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

border-color css

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

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

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