Html Css Color HEX #306973 Blumine

📋 copy color: '#306973'

red 48 ◦ green 105 ◦ blue 115

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

Shades of Blumine #306973

Tints of Blumine #306973

RGB

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

 GREEN value IS 105 (41.41% from 255) = 39.18%

 BLUE value IS 115 (45.31% from 255) = 42.91%

R = 17.91%
G = 39.18%
B = 42.91%

CMYK

 C value IS 0.58

 M value IS 0.09

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#306973 (or 0x306973) is known color: Blumine. HEX triplet: 30, 69 and 73. RGB value is (48,105,115). Sum of RGB (Red+Green+Blue) = 48+105+115=268 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.91% from 268); Green value is 105 (41.41% from 255 or 39.18% from 268); Blue value is 115 (45.31% from 255 or 42.91% from 268); Max value from RGB is 115 - color contains mainly: blue. Hex color #306973 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306973 is #CF968C. Grayscale: #595959. Windows color (decimal): -13604493 or 7563568. OLE color: 7563568.

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

Color convert

RGB 48 105 115 -
CMYK 0.58 0.09 0 0.55
HSL 188.96º 0.41% 0.32% -
HSV(B) 188.96º 0.58% 0.45% -
XYZ 9.37 11.97 18.04 -
YUV 89.1 142.62 98.69 -
System Red Green Blue C M Y K H S L
Decimal 48 105 115 0.58 0.09 0 0.55 188.96 0.41 0.32
Hex 30 69 73 3A 9 0 37 BD 29 20
Octal 60 151 163 72 11 0 67 275 51 40
Binary 110000 1101001 1110011 111010 1001 0 110111 10111101 101001 100000

Color Harmonies of #306973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306973

Black with #306973

Text Example


Text Example

White with #306973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306973; }

 p { color: rgb(48,105,115); }

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

background-color css

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

 a { background-color: rgb(48,105,115); }

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

border-color css

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

 span { border-color: rgb(48,105,115); }

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