Html Css Color HEX #305D77 Blumine

📋 copy color: '#305D77'

red 48 ◦ green 93 ◦ blue 119

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

Shades of Blumine #305D77

Tints of Blumine #305D77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 45.77%

R = 18.46%
G = 35.77%
B = 45.77%

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

#305D77 (or 0x305D77) is known color: Blumine. HEX triplet: 30, 5D and 77. RGB value is (48,93,119). Sum of RGB (Red+Green+Blue) = 48+93+119=260 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.46% from 260); Green value is 93 (36.72% from 255 or 35.77% from 260); Blue value is 119 (46.88% from 255 or 45.77% from 260); Max value from RGB is 119 - color contains mainly: blue. Hex color #305D77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305D77 is #CFA288. Grayscale: #525252. Windows color (decimal): -13607561 or 7822640. OLE color: 7822640.

HSL color Cylindrical-coordinate representation of color #305D77: hue angle of 201.97º 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 #305D77 is Cyan = 0.60, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 48 93 119 -
CMYK 0.60 0.22 0 0.53
HSL 201.97º 0.43% 0.33% -
HSV(B) 201.97º 0.6% 0.47% -
XYZ 8.46 9.79 18.9 -
YUV 82.51 148.59 103.39 -
System Red Green Blue C M Y K H S L
Decimal 48 93 119 0.60 0.22 0 0.53 201.97 0.43 0.33
Hex 30 5D 77 3C 16 0 35 CA 2B 21
Octal 60 135 167 74 26 0 65 312 53 41
Binary 110000 1011101 1110111 111100 10110 0 110101 11001010 101011 100001

Color Harmonies of #305D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305D77

Black with #305D77

Text Example


Text Example

White with #305D77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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