Html Css Color HEX #305E71 Blumine

📋 copy color: '#305E71'

red 48 ◦ green 94 ◦ blue 113

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

Shades of Blumine #305E71

Tints of Blumine #305E71

RGB

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

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

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

R = 18.82%
G = 36.86%
B = 44.31%

CMYK

 C value IS 0.58

 M value IS 0.17

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#305E71 (or 0x305E71) is known color: Blumine. HEX triplet: 30, 5E and 71. RGB value is (48,94,113). Sum of RGB (Red+Green+Blue) = 48+94+113=255 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.82% from 255); Green value is 94 (37.11% from 255 or 36.86% from 255); Blue value is 113 (44.53% from 255 or 44.31% from 255); Max value from RGB is 113 - color contains mainly: blue. Hex color #305E71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305E71 is #CFA18E. Grayscale: #525252. Windows color (decimal): -13607311 or 7429680. OLE color: 7429680.

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

Color convert

RGB 48 94 113 -
CMYK 0.58 0.17 0 0.56
HSL 197.54º 0.4% 0.32% -
HSV(B) 197.54º 0.58% 0.44% -
XYZ 8.2 9.83 17.09 -
YUV 82.41 145.26 103.46 -
System Red Green Blue C M Y K H S L
Decimal 48 94 113 0.58 0.17 0 0.56 197.54 0.4 0.32
Hex 30 5E 71 3A 11 0 38 C6 28 20
Octal 60 136 161 72 21 0 70 306 50 40
Binary 110000 1011110 1110001 111010 10001 0 111000 11000110 101000 100000

Color Harmonies of #305E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305E71

Black with #305E71

Text Example


Text Example

White with #305E71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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