Html Css Color HEX #305E72 Blumine

📋 copy color: '#305E72'

red 48 ◦ green 94 ◦ blue 114

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

Shades of Blumine #305E72

Tints of Blumine #305E72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 44.53%

R = 18.75%
G = 36.72%
B = 44.53%

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

#305E72 (or 0x305E72) is known color: Blumine. HEX triplet: 30, 5E and 72. RGB value is (48,94,114). Sum of RGB (Red+Green+Blue) = 48+94+114=256 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.75% from 256); Green value is 94 (37.11% from 255 or 36.72% from 256); Blue value is 114 (44.92% from 255 or 44.53% from 256); Max value from RGB is 114 - color contains mainly: blue. Hex color #305E72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305E72 is #CFA18D. Grayscale: #525252. Windows color (decimal): -13607310 or 7495216. OLE color: 7495216.

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

Color convert

RGB 48 94 114 -
CMYK 0.58 0.18 0 0.55
HSL 198.18º 0.41% 0.32% -
HSV(B) 198.18º 0.58% 0.45% -
XYZ 8.26 9.85 17.39 -
YUV 82.53 145.76 103.37 -
System Red Green Blue C M Y K H S L
Decimal 48 94 114 0.58 0.18 0 0.55 198.18 0.41 0.32
Hex 30 5E 72 3A 12 0 37 C6 29 20
Octal 60 136 162 72 22 0 67 306 51 40
Binary 110000 1011110 1110010 111010 10010 0 110111 11000110 101001 100000

Color Harmonies of #305E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305E72

Black with #305E72

Text Example


Text Example

White with #305E72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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