Html Css Color HEX #30586C Blumine

📋 copy color: '#30586C'

red 48 ◦ green 88 ◦ blue 108

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

Shades of Blumine #30586C

Tints of Blumine #30586C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 36.07%

 BLUE value IS 108 (42.58% from 255) = 44.26%

R = 19.67%
G = 36.07%
B = 44.26%

CMYK

 C value IS 0.56

 M value IS 0.19

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#30586C (or 0x30586C) is known color: Blumine. HEX triplet: 30, 58 and 6C. RGB value is (48,88,108). Sum of RGB (Red+Green+Blue) = 48+88+108=244 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.67% from 244); Green value is 88 (34.77% from 255 or 36.07% from 244); Blue value is 108 (42.58% from 255 or 44.26% from 244); Max value from RGB is 108 - color contains mainly: blue. Hex color #30586C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30586C is #CFA793. Grayscale: #4E4E4E. Windows color (decimal): -13608852 or 7100464. OLE color: 7100464.

HSL color Cylindrical-coordinate representation of color #30586C: hue angle of 200º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #30586C is Cyan = 0.56, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 48 88 108 -
CMYK 0.56 0.19 0 0.58
HSL 200º 0.38% 0.31% -
HSV(B) 200º 0.56% 0.42% -
XYZ 7.42 8.69 15.47 -
YUV 78.32 144.75 106.37 -
System Red Green Blue C M Y K H S L
Decimal 48 88 108 0.56 0.19 0 0.58 200 0.38 0.31
Hex 30 58 6C 38 13 0 3A C8 26 1F
Octal 60 130 154 70 23 0 72 310 46 37
Binary 110000 1011000 1101100 111000 10011 0 111010 11001000 100110 11111

Color Harmonies of #30586C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30586C

Black with #30586C

Text Example


Text Example

White with #30586C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30586C; }

 p { color: rgb(48,88,108); }

 H1.HeaderClassName
 {
   color: #30586C;
 }
 .AnyTagClassName
 {
   color: #30586C;
 }
</style>

background-color css

<style>
 a { background-color: #30586C; }

 a { background-color: rgb(48,88,108); }

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

border-color css

<style>
 span { border-color: #30586C; }

 span { border-color: rgb(48,88,108); }

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