Html Css Color HEX #306976 Blumine

📋 copy color: '#306976'

red 48 ◦ green 105 ◦ blue 118

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

Shades of Blumine #306976

Tints of Blumine #306976

RGB

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

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

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

R = 17.71%
G = 38.75%
B = 43.54%

CMYK

 C value IS 0.59

 M value IS 0.11

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#306976 (or 0x306976) is known color: Blumine. HEX triplet: 30, 69 and 76. RGB value is (48,105,118). Sum of RGB (Red+Green+Blue) = 48+105+118=271 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.71% from 271); Green value is 105 (41.41% from 255 or 38.75% from 271); Blue value is 118 (46.48% from 255 or 43.54% from 271); Max value from RGB is 118 - color contains mainly: blue. Hex color #306976 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306976 is #CF9689. Grayscale: #595959. Windows color (decimal): -13604490 or 7760176. OLE color: 7760176.

HSL color Cylindrical-coordinate representation of color #306976: hue angle of 191.14º 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 #306976 is Cyan = 0.59, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 48 105 118 -
CMYK 0.59 0.11 0 0.54
HSL 191.14º 0.42% 0.33% -
HSV(B) 191.14º 0.59% 0.46% -
XYZ 9.54 12.04 18.96 -
YUV 89.44 144.12 98.44 -
System Red Green Blue C M Y K H S L
Decimal 48 105 118 0.59 0.11 0 0.54 191.14 0.42 0.33
Hex 30 69 76 3B B 0 36 BF 2A 21
Octal 60 151 166 73 13 0 66 277 52 41
Binary 110000 1101001 1110110 111011 1011 0 110110 10111111 101010 100001

Color Harmonies of #306976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306976

Black with #306976

Text Example


Text Example

White with #306976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306976; }

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

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

background-color css

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

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

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

border-color css

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

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

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