Html Css Color HEX #306179 Blumine

📋 copy color: '#306179'

red 48 ◦ green 97 ◦ blue 121

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

Shades of Blumine #306179

Tints of Blumine #306179

RGB

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

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

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

R = 18.05%
G = 36.47%
B = 45.49%

CMYK

 C value IS 0.60

 M value IS 0.20

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#306179 (or 0x306179) is known color: Blumine. HEX triplet: 30, 61 and 79. RGB value is (48,97,121). Sum of RGB (Red+Green+Blue) = 48+97+121=266 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.05% from 266); Green value is 97 (38.28% from 255 or 36.47% from 266); Blue value is 121 (47.66% from 255 or 45.49% from 266); Max value from RGB is 121 - color contains mainly: blue. Hex color #306179 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306179 is #CF9E86. Grayscale: #545454. Windows color (decimal): -13606535 or 7954736. OLE color: 7954736.

HSL color Cylindrical-coordinate representation of color #306179: hue angle of 199.73º 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 #306179 is Cyan = 0.60, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 48 97 121 -
CMYK 0.60 0.20 0 0.53
HSL 199.73º 0.43% 0.33% -
HSV(B) 199.73º 0.6% 0.47% -
XYZ 8.94 10.56 19.66 -
YUV 85.09 148.27 101.55 -
System Red Green Blue C M Y K H S L
Decimal 48 97 121 0.60 0.20 0 0.53 199.73 0.43 0.33
Hex 30 61 79 3C 14 0 35 C8 2B 21
Octal 60 141 171 74 24 0 65 310 53 41
Binary 110000 1100001 1111001 111100 10100 0 110101 11001000 101011 100001

Color Harmonies of #306179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306179

Black with #306179

Text Example


Text Example

White with #306179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306179; }

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

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

background-color css

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

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

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

border-color css

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

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

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