Html Css Color HEX #306270 Blumine

📋 copy color: '#306270'

red 48 ◦ green 98 ◦ blue 112

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

Shades of Blumine #306270

Tints of Blumine #306270

RGB

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

 GREEN value IS 98 (38.67% from 255) = 37.98%

 BLUE value IS 112 (44.14% from 255) = 43.41%

R = 18.6%
G = 37.98%
B = 43.41%

CMYK

 C value IS 0.57

 M value IS 0.13

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#306270 (or 0x306270) is known color: Blumine. HEX triplet: 30, 62 and 70. RGB value is (48,98,112). Sum of RGB (Red+Green+Blue) = 48+98+112=258 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.60% from 258); Green value is 98 (38.67% from 255 or 37.98% from 258); Blue value is 112 (44.14% from 255 or 43.41% from 258); Max value from RGB is 112 - color contains mainly: blue. Hex color #306270 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306270 is #CF9D8F. Grayscale: #545454. Windows color (decimal): -13606288 or 7365168. OLE color: 7365168.

HSL color Cylindrical-coordinate representation of color #306270: hue angle of 193.12º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #306270 is Cyan = 0.57, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 48 98 112 -
CMYK 0.57 0.13 0 0.56
HSL 193.13º 0.4% 0.31% -
HSV(B) 193.13º 0.57% 0.44% -
XYZ 8.51 10.53 16.91 -
YUV 84.65 143.44 101.86 -
System Red Green Blue C M Y K H S L
Decimal 48 98 112 0.57 0.13 0 0.56 193.13 0.4 0.31
Hex 30 62 70 39 D 0 38 C1 28 1F
Octal 60 142 160 71 15 0 70 301 50 37
Binary 110000 1100010 1110000 111001 1101 0 111000 11000001 101000 11111

Color Harmonies of #306270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306270

Black with #306270

Text Example


Text Example

White with #306270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306270; }

 p { color: rgb(48,98,112); }

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

background-color css

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

 a { background-color: rgb(48,98,112); }

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

border-color css

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

 span { border-color: rgb(48,98,112); }

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