Html Css Color HEX #306573 Blumine

📋 copy color: '#306573'

red 48 ◦ green 101 ◦ blue 115

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

Shades of Blumine #306573

Tints of Blumine #306573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 43.56%

R = 18.18%
G = 38.26%
B = 43.56%

CMYK

 C value IS 0.58

 M value IS 0.12

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#306573 (or 0x306573) is known color: Blumine. HEX triplet: 30, 65 and 73. RGB value is (48,101,115). Sum of RGB (Red+Green+Blue) = 48+101+115=264 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.18% from 264); Green value is 101 (39.84% from 255 or 38.26% from 264); Blue value is 115 (45.31% from 255 or 43.56% from 264); Max value from RGB is 115 - color contains mainly: blue. Hex color #306573 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306573 is #CF9A8C. Grayscale: #565656. Windows color (decimal): -13605517 or 7562544. OLE color: 7562544.

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

Color convert

RGB 48 101 115 -
CMYK 0.58 0.12 0 0.55
HSL 192.54º 0.41% 0.32% -
HSV(B) 192.54º 0.58% 0.45% -
XYZ 8.97 11.17 17.9 -
YUV 86.75 143.94 100.36 -
System Red Green Blue C M Y K H S L
Decimal 48 101 115 0.58 0.12 0 0.55 192.54 0.41 0.32
Hex 30 65 73 3A C 0 37 C1 29 20
Octal 60 145 163 72 14 0 67 301 51 40
Binary 110000 1100101 1110011 111010 1100 0 110111 11000001 101001 100000

Color Harmonies of #306573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306573

Black with #306573

Text Example


Text Example

White with #306573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306573; }

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

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

background-color css

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

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

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

border-color css

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

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

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