Html Css Color HEX #306471 Blumine

📋 copy color: '#306471'

red 48 ◦ green 100 ◦ blue 113

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

Shades of Blumine #306471

Tints of Blumine #306471

RGB

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

 GREEN value IS 100 (39.45% from 255) = 38.31%

 BLUE value IS 113 (44.53% from 255) = 43.3%

R = 18.39%
G = 38.31%
B = 43.3%

CMYK

 C value IS 0.58

 M value IS 0.12

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#306471 (or 0x306471) is known color: Blumine. HEX triplet: 30, 64 and 71. RGB value is (48,100,113). Sum of RGB (Red+Green+Blue) = 48+100+113=261 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.39% from 261); Green value is 100 (39.45% from 255 or 38.31% from 261); Blue value is 113 (44.53% from 255 or 43.30% from 261); Max value from RGB is 113 - color contains mainly: blue. Hex color #306471 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306471 is #CF9B8E. Grayscale: #555555. Windows color (decimal): -13605775 or 7431216. OLE color: 7431216.

HSL color Cylindrical-coordinate representation of color #306471: hue angle of 192º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #306471 is Cyan = 0.58, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 48 100 113 -
CMYK 0.58 0.12 0 0.56
HSL 192º 0.4% 0.32% -
HSV(B) 192º 0.58% 0.44% -
XYZ 8.76 10.93 17.27 -
YUV 85.93 143.27 100.94 -
System Red Green Blue C M Y K H S L
Decimal 48 100 113 0.58 0.12 0 0.56 192 0.4 0.32
Hex 30 64 71 3A C 0 38 C0 28 20
Octal 60 144 161 72 14 0 70 300 50 40
Binary 110000 1100100 1110001 111010 1100 0 111000 11000000 101000 100000

Color Harmonies of #306471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306471

Black with #306471

Text Example


Text Example

White with #306471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306471; }

 p { color: rgb(48,100,113); }

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

background-color css

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

 a { background-color: rgb(48,100,113); }

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

border-color css

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

 span { border-color: rgb(48,100,113); }

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