Html Css Color HEX #305D73 Blumine

📋 copy color: '#305D73'

red 48 ◦ green 93 ◦ blue 115

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

Shades of Blumine #305D73

Tints of Blumine #305D73

RGB

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

 GREEN value IS 93 (36.72% from 255) = 36.33%

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

R = 18.75%
G = 36.33%
B = 44.92%

CMYK

 C value IS 0.58

 M value IS 0.19

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#305D73 (or 0x305D73) is known color: Blumine. HEX triplet: 30, 5D and 73. RGB value is (48,93,115). Sum of RGB (Red+Green+Blue) = 48+93+115=256 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.75% from 256); Green value is 93 (36.72% from 255 or 36.33% from 256); Blue value is 115 (45.31% from 255 or 44.92% from 256); Max value from RGB is 115 - color contains mainly: blue. Hex color #305D73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305D73 is #CFA28C. Grayscale: #515151. Windows color (decimal): -13607565 or 7560496. OLE color: 7560496.

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

Color convert

RGB 48 93 115 -
CMYK 0.58 0.19 0 0.55
HSL 199.7º 0.41% 0.32% -
HSV(B) 199.7º 0.58% 0.45% -
XYZ 8.23 9.69 17.66 -
YUV 82.05 146.59 103.71 -
System Red Green Blue C M Y K H S L
Decimal 48 93 115 0.58 0.19 0 0.55 199.7 0.41 0.32
Hex 30 5D 73 3A 13 0 37 C8 29 20
Octal 60 135 163 72 23 0 67 310 51 40
Binary 110000 1011101 1110011 111010 10011 0 110111 11001000 101001 100000

Color Harmonies of #305D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305D73

Black with #305D73

Text Example


Text Example

White with #305D73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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