Html Css Color HEX #306071 Blumine

📋 copy color: '#306071'

red 48 ◦ green 96 ◦ blue 113

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

Shades of Blumine #306071

Tints of Blumine #306071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 43.97%

R = 18.68%
G = 37.35%
B = 43.97%

CMYK

 C value IS 0.58

 M value IS 0.15

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#306071 (or 0x306071) is known color: Blumine. HEX triplet: 30, 60 and 71. RGB value is (48,96,113). Sum of RGB (Red+Green+Blue) = 48+96+113=257 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.68% from 257); Green value is 96 (37.89% from 255 or 37.35% from 257); Blue value is 113 (44.53% from 255 or 43.97% from 257); Max value from RGB is 113 - color contains mainly: blue. Hex color #306071 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306071 is #CF9F8E. Grayscale: #535353. Windows color (decimal): -13606799 or 7430192. OLE color: 7430192.

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

Color convert

RGB 48 96 113 -
CMYK 0.58 0.15 0 0.56
HSL 195.69º 0.4% 0.32% -
HSV(B) 195.69º 0.58% 0.44% -
XYZ 8.38 10.19 17.15 -
YUV 83.59 144.6 102.62 -
System Red Green Blue C M Y K H S L
Decimal 48 96 113 0.58 0.15 0 0.56 195.69 0.4 0.32
Hex 30 60 71 3A F 0 38 C4 28 20
Octal 60 140 161 72 17 0 70 304 50 40
Binary 110000 1100000 1110001 111010 1111 0 111000 11000100 101000 100000

Color Harmonies of #306071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306071

Black with #306071

Text Example


Text Example

White with #306071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306071; }

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

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

background-color css

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

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

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

border-color css

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

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

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