Html Css Color HEX #305E78 Blumine

📋 copy color: '#305E78'

red 48 ◦ green 94 ◦ blue 120

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

Shades of Blumine #305E78

Tints of Blumine #305E78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 45.8%

R = 18.32%
G = 35.88%
B = 45.8%

CMYK

 C value IS 0.60

 M value IS 0.22

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#305E78 (or 0x305E78) is known color: Blumine. HEX triplet: 30, 5E and 78. RGB value is (48,94,120). Sum of RGB (Red+Green+Blue) = 48+94+120=262 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.32% from 262); Green value is 94 (37.11% from 255 or 35.88% from 262); Blue value is 120 (47.27% from 255 or 45.80% from 262); Max value from RGB is 120 - color contains mainly: blue. Hex color #305E78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305E78 is #CFA187. Grayscale: #535353. Windows color (decimal): -13607304 or 7888432. OLE color: 7888432.

HSL color Cylindrical-coordinate representation of color #305E78: hue angle of 201.67º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #305E78 is Cyan = 0.60, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 48 94 120 -
CMYK 0.60 0.22 0 0.53
HSL 201.67º 0.43% 0.33% -
HSV(B) 201.67º 0.6% 0.47% -
XYZ 8.61 9.99 19.24 -
YUV 83.21 148.76 102.89 -
System Red Green Blue C M Y K H S L
Decimal 48 94 120 0.60 0.22 0 0.53 201.67 0.43 0.33
Hex 30 5E 78 3C 16 0 35 CA 2B 21
Octal 60 136 170 74 26 0 65 312 53 41
Binary 110000 1011110 1111000 111100 10110 0 110101 11001010 101011 100001

Color Harmonies of #305E78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305E78

Black with #305E78

Text Example


Text Example

White with #305E78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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