Html Css Color HEX #30636E Blumine

📋 copy color: '#30636E'

red 48 ◦ green 99 ◦ blue 110

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

Shades of Blumine #30636E

Tints of Blumine #30636E

RGB

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

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

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

R = 18.68%
G = 38.52%
B = 42.8%

CMYK

 C value IS 0.56

 M value IS 0.1

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#30636E (or 0x30636E) is known color: Blumine. HEX triplet: 30, 63 and 6E. RGB value is (48,99,110). Sum of RGB (Red+Green+Blue) = 48+99+110=257 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.68% from 257); Green value is 99 (39.06% from 255 or 38.52% from 257); Blue value is 110 (43.36% from 255 or 42.80% from 257); Max value from RGB is 110 - color contains mainly: blue. Hex color #30636E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30636E is #CF9C91. Grayscale: #545454. Windows color (decimal): -13606034 or 7234352. OLE color: 7234352.

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

Color convert

RGB 48 99 110 -
CMYK 0.56 0.1 0 0.57
HSL 190.65º 0.39% 0.31% -
HSV(B) 190.65º 0.56% 0.43% -
XYZ 8.5 10.68 16.37 -
YUV 85.01 142.1 101.61 -
System Red Green Blue C M Y K H S L
Decimal 48 99 110 0.56 0.1 0 0.57 190.65 0.39 0.31
Hex 30 63 6E 38 A 0 39 BF 27 1F
Octal 60 143 156 70 12 0 71 277 47 37
Binary 110000 1100011 1101110 111000 1010 0 111001 10111111 100111 11111

Color Harmonies of #30636E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30636E

Black with #30636E

Text Example


Text Example

White with #30636E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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