Html Css Color HEX #30636B Blumine

📋 copy color: '#30636B'

red 48 ◦ green 99 ◦ blue 107

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

Shades of Blumine #30636B

Tints of Blumine #30636B

RGB

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

 GREEN value IS 99 (39.06% from 255) = 38.98%

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

R = 18.9%
G = 38.98%
B = 42.13%

CMYK

 C value IS 0.55

 M value IS 0.07

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#30636B (or 0x30636B) is known color: Blumine. HEX triplet: 30, 63 and 6B. RGB value is (48,99,107). Sum of RGB (Red+Green+Blue) = 48+99+107=254 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.90% from 254); Green value is 99 (39.06% from 255 or 38.98% from 254); Blue value is 107 (42.19% from 255 or 42.13% from 254); Max value from RGB is 107 - color contains mainly: blue. Hex color #30636B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30636B is #CF9C94. Grayscale: #545454. Windows color (decimal): -13606037 or 7037744. OLE color: 7037744.

HSL color Cylindrical-coordinate representation of color #30636B: hue angle of 188.14º 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 #30636B is Cyan = 0.55, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 48 99 107 -
CMYK 0.55 0.07 0 0.58
HSL 188.14º 0.38% 0.3% -
HSV(B) 188.14º 0.55% 0.42% -
XYZ 8.33 10.61 15.52 -
YUV 84.66 140.6 101.85 -
System Red Green Blue C M Y K H S L
Decimal 48 99 107 0.55 0.07 0 0.58 188.14 0.38 0.3
Hex 30 63 6B 37 7 0 3A BC 26 1E
Octal 60 143 153 67 7 0 72 274 46 36
Binary 110000 1100011 1101011 110111 111 0 111010 10111100 100110 11110

Color Harmonies of #30636B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30636B

Black with #30636B

Text Example


Text Example

White with #30636B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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