Html Css Color HEX #30646E Blumine

📋 copy color: '#30646E'

red 48 ◦ green 100 ◦ blue 110

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

Shades of Blumine #30646E

Tints of Blumine #30646E

RGB

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

 GREEN value IS 100 (39.45% from 255) = 38.76%

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

R = 18.6%
G = 38.76%
B = 42.64%

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

#30646E (or 0x30646E) is known color: Blumine. HEX triplet: 30, 64 and 6E. RGB value is (48,100,110). Sum of RGB (Red+Green+Blue) = 48+100+110=258 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.60% from 258); Green value is 100 (39.45% from 255 or 38.76% from 258); Blue value is 110 (43.36% from 255 or 42.64% from 258); Max value from RGB is 110 - color contains mainly: blue. Hex color #30646E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30646E is #CF9B91. Grayscale: #555555. Windows color (decimal): -13605778 or 7234608. OLE color: 7234608.

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

Color convert

RGB 48 100 110 -
CMYK 0.56 0.09 0 0.57
HSL 189.68º 0.39% 0.31% -
HSV(B) 189.68º 0.56% 0.43% -
XYZ 8.59 10.87 16.4 -
YUV 85.59 141.77 101.19 -
System Red Green Blue C M Y K H S L
Decimal 48 100 110 0.56 0.09 0 0.57 189.68 0.39 0.31
Hex 30 64 6E 38 9 0 39 BE 27 1F
Octal 60 144 156 70 11 0 71 276 47 37
Binary 110000 1100100 1101110 111000 1001 0 111001 10111110 100111 11111

Color Harmonies of #30646E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30646E

Black with #30646E

Text Example


Text Example

White with #30646E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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