Html Css Color HEX #30596E Blumine

📋 copy color: '#30596E'

red 48 ◦ green 89 ◦ blue 110

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

Shades of Blumine #30596E

Tints of Blumine #30596E

RGB

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

 GREEN value IS 89 (35.16% from 255) = 36.03%

 BLUE value IS 110 (43.36% from 255) = 44.53%

R = 19.43%
G = 36.03%
B = 44.53%

CMYK

 C value IS 0.56

 M value IS 0.19

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#30596E (or 0x30596E) is known color: Blumine. HEX triplet: 30, 59 and 6E. RGB value is (48,89,110). Sum of RGB (Red+Green+Blue) = 48+89+110=247 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.43% from 247); Green value is 89 (35.16% from 255 or 36.03% from 247); Blue value is 110 (43.36% from 255 or 44.53% from 247); Max value from RGB is 110 - color contains mainly: blue. Hex color #30596E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30596E is #CFA691. Grayscale: #4F4F4F. Windows color (decimal): -13608594 or 7231792. OLE color: 7231792.

HSL color Cylindrical-coordinate representation of color #30596E: hue angle of 200.32º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #30596E is Cyan = 0.56, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 48 89 110 -
CMYK 0.56 0.19 0 0.57
HSL 200.32º 0.39% 0.31% -
HSV(B) 200.32º 0.56% 0.43% -
XYZ 7.61 8.9 16.07 -
YUV 79.14 145.42 105.79 -
System Red Green Blue C M Y K H S L
Decimal 48 89 110 0.56 0.19 0 0.57 200.32 0.39 0.31
Hex 30 59 6E 38 13 0 39 C8 27 1F
Octal 60 131 156 70 23 0 71 310 47 37
Binary 110000 1011001 1101110 111000 10011 0 111001 11001000 100111 11111

Color Harmonies of #30596E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30596E

Black with #30596E

Text Example


Text Example

White with #30596E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30596E; }

 p { color: rgb(48,89,110); }

 H1.HeaderClassName
 {
   color: #30596E;
 }
 .AnyTagClassName
 {
   color: #30596E;
 }
</style>

background-color css

<style>
 a { background-color: #30596E; }

 a { background-color: rgb(48,89,110); }

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

border-color css

<style>
 span { border-color: #30596E; }

 span { border-color: rgb(48,89,110); }

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