Html Css Color HEX #306776 Blumine

📋 copy color: '#306776'

red 48 ◦ green 103 ◦ blue 118

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

Shades of Blumine #306776

Tints of Blumine #306776

RGB

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

 GREEN value IS 103 (40.63% from 255) = 38.29%

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

R = 17.84%
G = 38.29%
B = 43.87%

CMYK

 C value IS 0.59

 M value IS 0.13

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#306776 (or 0x306776) is known color: Blumine. HEX triplet: 30, 67 and 76. RGB value is (48,103,118). Sum of RGB (Red+Green+Blue) = 48+103+118=269 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.84% from 269); Green value is 103 (40.62% from 255 or 38.29% from 269); Blue value is 118 (46.48% from 255 or 43.87% from 269); Max value from RGB is 118 - color contains mainly: blue. Hex color #306776 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306776 is #CF9889. Grayscale: #585858. Windows color (decimal): -13605002 or 7759664. OLE color: 7759664.

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

Color convert

RGB 48 103 118 -
CMYK 0.59 0.13 0 0.54
HSL 192.86º 0.42% 0.33% -
HSV(B) 192.86º 0.59% 0.46% -
XYZ 9.34 11.64 18.89 -
YUV 88.27 144.78 99.28 -
System Red Green Blue C M Y K H S L
Decimal 48 103 118 0.59 0.13 0 0.54 192.86 0.42 0.33
Hex 30 67 76 3B D 0 36 C1 2A 21
Octal 60 147 166 73 15 0 66 301 52 41
Binary 110000 1100111 1110110 111011 1101 0 110110 11000001 101010 100001

Color Harmonies of #306776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306776

Black with #306776

Text Example


Text Example

White with #306776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306776; }

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

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

background-color css

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

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

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

border-color css

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

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

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