Html Css Color HEX #306576 Blumine

📋 copy color: '#306576'

red 48 ◦ green 101 ◦ blue 118

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

Shades of Blumine #306576

Tints of Blumine #306576

RGB

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

 GREEN value IS 101 (39.84% from 255) = 37.83%

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

R = 17.98%
G = 37.83%
B = 44.19%

CMYK

 C value IS 0.59

 M value IS 0.14

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#306576 (or 0x306576) is known color: Blumine. HEX triplet: 30, 65 and 76. RGB value is (48,101,118). Sum of RGB (Red+Green+Blue) = 48+101+118=267 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.98% from 267); Green value is 101 (39.84% from 255 or 37.83% from 267); Blue value is 118 (46.48% from 255 or 44.19% from 267); Max value from RGB is 118 - color contains mainly: blue. Hex color #306576 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306576 is #CF9A89. Grayscale: #565656. Windows color (decimal): -13605514 or 7759152. OLE color: 7759152.

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

Color convert

RGB 48 101 118 -
CMYK 0.59 0.14 0 0.54
HSL 194.57º 0.42% 0.33% -
HSV(B) 194.57º 0.59% 0.46% -
XYZ 9.14 11.24 18.83 -
YUV 87.09 145.44 100.12 -
System Red Green Blue C M Y K H S L
Decimal 48 101 118 0.59 0.14 0 0.54 194.57 0.42 0.33
Hex 30 65 76 3B E 0 36 C3 2A 21
Octal 60 145 166 73 16 0 66 303 52 41
Binary 110000 1100101 1110110 111011 1110 0 110110 11000011 101010 100001

Color Harmonies of #306576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306576

Black with #306576

Text Example


Text Example

White with #306576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306576; }

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

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

background-color css

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

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

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

border-color css

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

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

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