Html Css Color HEX #30636D Blumine

📋 copy color: '#30636D'

red 48 ◦ green 99 ◦ blue 109

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

Shades of Blumine #30636D

Tints of Blumine #30636D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 42.58%

R = 18.75%
G = 38.67%
B = 42.58%

CMYK

 C value IS 0.56

 M value IS 0.09

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#30636D (or 0x30636D) is known color: Blumine. HEX triplet: 30, 63 and 6D. RGB value is (48,99,109). Sum of RGB (Red+Green+Blue) = 48+99+109=256 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.75% from 256); Green value is 99 (39.06% from 255 or 38.67% from 256); Blue value is 109 (42.97% from 255 or 42.58% from 256); Max value from RGB is 109 - color contains mainly: blue. Hex color #30636D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30636D is #CF9C92. Grayscale: #545454. Windows color (decimal): -13606035 or 7168816. OLE color: 7168816.

HSL color Cylindrical-coordinate representation of color #30636D: hue angle of 189.84º 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 #30636D is Cyan = 0.56, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 48 99 109 -
CMYK 0.56 0.09 0 0.57
HSL 189.84º 0.39% 0.31% -
HSV(B) 189.84º 0.56% 0.43% -
XYZ 8.44 10.66 16.08 -
YUV 84.89 141.6 101.69 -
System Red Green Blue C M Y K H S L
Decimal 48 99 109 0.56 0.09 0 0.57 189.84 0.39 0.31
Hex 30 63 6D 38 9 0 39 BE 27 1F
Octal 60 143 155 70 11 0 71 276 47 37
Binary 110000 1100011 1101101 111000 1001 0 111001 10111110 100111 11111

Color Harmonies of #30636D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30636D

Black with #30636D

Text Example


Text Example

White with #30636D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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