Html Css Color HEX #306079 Blumine

📋 copy color: '#306079'

red 48 ◦ green 96 ◦ blue 121

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

Shades of Blumine #306079

Tints of Blumine #306079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 45.66%

R = 18.11%
G = 36.23%
B = 45.66%

CMYK

 C value IS 0.60

 M value IS 0.21

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#306079 (or 0x306079) is known color: Blumine. HEX triplet: 30, 60 and 79. RGB value is (48,96,121). Sum of RGB (Red+Green+Blue) = 48+96+121=265 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.11% from 265); Green value is 96 (37.89% from 255 or 36.23% from 265); Blue value is 121 (47.66% from 255 or 45.66% from 265); Max value from RGB is 121 - color contains mainly: blue. Hex color #306079 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306079 is #CF9F86. Grayscale: #545454. Windows color (decimal): -13606791 or 7954480. OLE color: 7954480.

HSL color Cylindrical-coordinate representation of color #306079: hue angle of 200.55º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #306079 is Cyan = 0.60, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 48 96 121 -
CMYK 0.60 0.21 0 0.53
HSL 200.55º 0.43% 0.33% -
HSV(B) 200.55º 0.6% 0.47% -
XYZ 8.85 10.37 19.63 -
YUV 84.5 148.6 101.97 -
System Red Green Blue C M Y K H S L
Decimal 48 96 121 0.60 0.21 0 0.53 200.55 0.43 0.33
Hex 30 60 79 3C 15 0 35 C9 2B 21
Octal 60 140 171 74 25 0 65 311 53 41
Binary 110000 1100000 1111001 111100 10101 0 110101 11001001 101011 100001

Color Harmonies of #306079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306079

Black with #306079

Text Example


Text Example

White with #306079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306079; }

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

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

background-color css

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

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

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

border-color css

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

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

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