Html Css Color HEX #306376 Blumine

📋 copy color: '#306376'

red 48 ◦ green 99 ◦ blue 118

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

Shades of Blumine #306376

Tints of Blumine #306376

RGB

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

 GREEN value IS 99 (39.06% from 255) = 37.36%

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

R = 18.11%
G = 37.36%
B = 44.53%

CMYK

 C value IS 0.59

 M value IS 0.16

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#306376 (or 0x306376) is known color: Blumine. HEX triplet: 30, 63 and 76. RGB value is (48,99,118). Sum of RGB (Red+Green+Blue) = 48+99+118=265 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.11% from 265); Green value is 99 (39.06% from 255 or 37.36% from 265); Blue value is 118 (46.48% from 255 or 44.53% from 265); Max value from RGB is 118 - color contains mainly: blue. Hex color #306376 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306376 is #CF9C89. Grayscale: #555555. Windows color (decimal): -13606026 or 7758640. OLE color: 7758640.

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

Color convert

RGB 48 99 118 -
CMYK 0.59 0.16 0 0.54
HSL 196.29º 0.42% 0.33% -
HSV(B) 196.29º 0.59% 0.46% -
XYZ 8.95 10.86 18.76 -
YUV 85.92 146.1 100.96 -
System Red Green Blue C M Y K H S L
Decimal 48 99 118 0.59 0.16 0 0.54 196.29 0.42 0.33
Hex 30 63 76 3B 10 0 36 C4 2A 21
Octal 60 143 166 73 20 0 66 304 52 41
Binary 110000 1100011 1110110 111011 10000 0 110110 11000100 101010 100001

Color Harmonies of #306376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306376

Black with #306376

Text Example


Text Example

White with #306376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306376; }

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

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

background-color css

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

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

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

border-color css

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

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

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