Html Css Color HEX #30616B Blumine

📋 copy color: '#30616B'

red 48 ◦ green 97 ◦ blue 107

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

Shades of Blumine #30616B

Tints of Blumine #30616B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 38.49%

 BLUE value IS 107 (42.19% from 255) = 42.46%

R = 19.05%
G = 38.49%
B = 42.46%

CMYK

 C value IS 0.55

 M value IS 0.09

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#30616B (or 0x30616B) is known color: Blumine. HEX triplet: 30, 61 and 6B. RGB value is (48,97,107). Sum of RGB (Red+Green+Blue) = 48+97+107=252 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.05% from 252); Green value is 97 (38.28% from 255 or 38.49% from 252); Blue value is 107 (42.19% from 255 or 42.46% from 252); Max value from RGB is 107 - color contains mainly: blue. Hex color #30616B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30616B is #CF9E94. Grayscale: #535353. Windows color (decimal): -13606549 or 7037232. OLE color: 7037232.

HSL color Cylindrical-coordinate representation of color #30616B: hue angle of 190.17º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #30616B is Cyan = 0.55, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 48 97 107 -
CMYK 0.55 0.09 0 0.58
HSL 190.17º 0.38% 0.3% -
HSV(B) 190.17º 0.55% 0.42% -
XYZ 8.15 10.24 15.46 -
YUV 83.49 141.27 102.69 -
System Red Green Blue C M Y K H S L
Decimal 48 97 107 0.55 0.09 0 0.58 190.17 0.38 0.3
Hex 30 61 6B 37 9 0 3A BE 26 1E
Octal 60 141 153 67 11 0 72 276 46 36
Binary 110000 1100001 1101011 110111 1001 0 111010 10111110 100110 11110

Color Harmonies of #30616B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30616B

Black with #30616B

Text Example


Text Example

White with #30616B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30616B; }

 p { color: rgb(48,97,107); }

 H1.HeaderClassName
 {
   color: #30616B;
 }
 .AnyTagClassName
 {
   color: #30616B;
 }
</style>

background-color css

<style>
 a { background-color: #30616B; }

 a { background-color: rgb(48,97,107); }

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

border-color css

<style>
 span { border-color: #30616B; }

 span { border-color: rgb(48,97,107); }

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