Html Css Color HEX #306070 Blumine

📋 copy color: '#306070'

red 48 ◦ green 96 ◦ blue 112

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

Shades of Blumine #306070

Tints of Blumine #306070

RGB

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

 GREEN value IS 96 (37.89% from 255) = 37.5%

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

R = 18.75%
G = 37.5%
B = 43.75%

CMYK

 C value IS 0.57

 M value IS 0.14

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#306070 (or 0x306070) is known color: Blumine. HEX triplet: 30, 60 and 70. RGB value is (48,96,112). Sum of RGB (Red+Green+Blue) = 48+96+112=256 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.75% from 256); Green value is 96 (37.89% from 255 or 37.5% from 256); Blue value is 112 (44.14% from 255 or 43.75% from 256); Max value from RGB is 112 - color contains mainly: blue. Hex color #306070 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306070 is #CF9F8F. Grayscale: #535353. Windows color (decimal): -13606800 or 7364656. OLE color: 7364656.

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

Color convert

RGB 48 96 112 -
CMYK 0.57 0.14 0 0.56
HSL 195º 0.4% 0.31% -
HSV(B) 195º 0.57% 0.44% -
XYZ 8.33 10.16 16.85 -
YUV 83.47 144.1 102.7 -
System Red Green Blue C M Y K H S L
Decimal 48 96 112 0.57 0.14 0 0.56 195 0.4 0.31
Hex 30 60 70 39 E 0 38 C3 28 1F
Octal 60 140 160 71 16 0 70 303 50 37
Binary 110000 1100000 1110000 111001 1110 0 111000 11000011 101000 11111

Color Harmonies of #306070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306070

Black with #306070

Text Example


Text Example

White with #306070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306070; }

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

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

background-color css

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

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

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

border-color css

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

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

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