Html Css Color HEX #305E73 Blumine

📋 copy color: '#305E73'

red 48 ◦ green 94 ◦ blue 115

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

Shades of Blumine #305E73

Tints of Blumine #305E73

RGB

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

 GREEN value IS 94 (37.11% from 255) = 36.58%

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

R = 18.68%
G = 36.58%
B = 44.75%

CMYK

 C value IS 0.58

 M value IS 0.18

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#305E73 (or 0x305E73) is known color: Blumine. HEX triplet: 30, 5E and 73. RGB value is (48,94,115). Sum of RGB (Red+Green+Blue) = 48+94+115=257 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.68% from 257); Green value is 94 (37.11% from 255 or 36.58% from 257); Blue value is 115 (45.31% from 255 or 44.75% from 257); Max value from RGB is 115 - color contains mainly: blue. Hex color #305E73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305E73 is #CFA18C. Grayscale: #525252. Windows color (decimal): -13607309 or 7560752. OLE color: 7560752.

HSL color Cylindrical-coordinate representation of color #305E73: hue angle of 198.81º 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 #305E73 is Cyan = 0.58, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 48 94 115 -
CMYK 0.58 0.18 0 0.55
HSL 198.81º 0.41% 0.32% -
HSV(B) 198.81º 0.58% 0.45% -
XYZ 8.32 9.87 17.69 -
YUV 82.64 146.26 103.29 -
System Red Green Blue C M Y K H S L
Decimal 48 94 115 0.58 0.18 0 0.55 198.81 0.41 0.32
Hex 30 5E 73 3A 12 0 37 C7 29 20
Octal 60 136 163 72 22 0 67 307 51 40
Binary 110000 1011110 1110011 111010 10010 0 110111 11000111 101001 100000

Color Harmonies of #305E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305E73

Black with #305E73

Text Example


Text Example

White with #305E73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305E73; }

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

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

background-color css

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

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

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

border-color css

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

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

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