Html Css Color HEX #306076 Blumine

📋 copy color: '#306076'

red 48 ◦ green 96 ◦ blue 118

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

Shades of Blumine #306076

Tints of Blumine #306076

RGB

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

 GREEN value IS 96 (37.89% from 255) = 36.64%

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

R = 18.32%
G = 36.64%
B = 45.04%

CMYK

 C value IS 0.59

 M value IS 0.19

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#306076 (or 0x306076) is known color: Blumine. HEX triplet: 30, 60 and 76. RGB value is (48,96,118). Sum of RGB (Red+Green+Blue) = 48+96+118=262 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.32% from 262); Green value is 96 (37.89% from 255 or 36.64% from 262); Blue value is 118 (46.48% from 255 or 45.04% from 262); Max value from RGB is 118 - color contains mainly: blue. Hex color #306076 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306076 is #CF9F89. Grayscale: #545454. Windows color (decimal): -13606794 or 7757872. OLE color: 7757872.

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

Color convert

RGB 48 96 118 -
CMYK 0.59 0.19 0 0.54
HSL 198.86º 0.42% 0.33% -
HSV(B) 198.86º 0.59% 0.46% -
XYZ 8.67 10.3 18.67 -
YUV 84.16 147.1 102.21 -
System Red Green Blue C M Y K H S L
Decimal 48 96 118 0.59 0.19 0 0.54 198.86 0.42 0.33
Hex 30 60 76 3B 13 0 36 C7 2A 21
Octal 60 140 166 73 23 0 66 307 52 41
Binary 110000 1100000 1110110 111011 10011 0 110110 11000111 101010 100001

Color Harmonies of #306076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306076

Black with #306076

Text Example


Text Example

White with #306076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306076; }

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

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

background-color css

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

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

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

border-color css

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

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

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