Html Css Color HEX #306571 Blumine

📋 copy color: '#306571'

red 48 ◦ green 101 ◦ blue 113

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

Shades of Blumine #306571

Tints of Blumine #306571

RGB

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

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

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

R = 18.32%
G = 38.55%
B = 43.13%

CMYK

 C value IS 0.58

 M value IS 0.11

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#306571 (or 0x306571) is known color: Blumine. HEX triplet: 30, 65 and 71. RGB value is (48,101,113). Sum of RGB (Red+Green+Blue) = 48+101+113=262 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.32% from 262); Green value is 101 (39.84% from 255 or 38.55% from 262); Blue value is 113 (44.53% from 255 or 43.13% from 262); Max value from RGB is 113 - color contains mainly: blue. Hex color #306571 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306571 is #CF9A8E. Grayscale: #565656. Windows color (decimal): -13605519 or 7431472. OLE color: 7431472.

HSL color Cylindrical-coordinate representation of color #306571: hue angle of 191.08º 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 #306571 is Cyan = 0.58, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 48 101 113 -
CMYK 0.58 0.11 0 0.56
HSL 191.08º 0.4% 0.32% -
HSV(B) 191.08º 0.58% 0.44% -
XYZ 8.85 11.13 17.3 -
YUV 86.52 142.94 100.52 -
System Red Green Blue C M Y K H S L
Decimal 48 101 113 0.58 0.11 0 0.56 191.08 0.4 0.32
Hex 30 65 71 3A B 0 38 BF 28 20
Octal 60 145 161 72 13 0 70 277 50 40
Binary 110000 1100101 1110001 111010 1011 0 111000 10111111 101000 100000

Color Harmonies of #306571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306571

Black with #306571

Text Example


Text Example

White with #306571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306571; }

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

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

background-color css

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

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

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

border-color css

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

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

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