Html Css Color HEX #306074 Blumine

📋 copy color: '#306074'

red 48 ◦ green 96 ◦ blue 116

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

Shades of Blumine #306074

Tints of Blumine #306074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 44.62%

R = 18.46%
G = 36.92%
B = 44.62%

CMYK

 C value IS 0.59

 M value IS 0.17

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#306074 (or 0x306074) is known color: Blumine. HEX triplet: 30, 60 and 74. RGB value is (48,96,116). Sum of RGB (Red+Green+Blue) = 48+96+116=260 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.46% from 260); Green value is 96 (37.89% from 255 or 36.92% from 260); Blue value is 116 (45.70% from 255 or 44.62% from 260); Max value from RGB is 116 - color contains mainly: blue. Hex color #306074 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306074 is #CF9F8B. Grayscale: #535353. Windows color (decimal): -13606796 or 7626800. OLE color: 7626800.

HSL color Cylindrical-coordinate representation of color #306074: hue angle of 197.65º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #306074 is Cyan = 0.59, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 48 96 116 -
CMYK 0.59 0.17 0 0.55
HSL 197.65º 0.41% 0.32% -
HSV(B) 197.65º 0.59% 0.45% -
XYZ 8.55 10.26 18.05 -
YUV 83.93 146.1 102.37 -
System Red Green Blue C M Y K H S L
Decimal 48 96 116 0.59 0.17 0 0.55 197.65 0.41 0.32
Hex 30 60 74 3B 11 0 37 C6 29 20
Octal 60 140 164 73 21 0 67 306 51 40
Binary 110000 1100000 1110100 111011 10001 0 110111 11000110 101001 100000

Color Harmonies of #306074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306074

Black with #306074

Text Example


Text Example

White with #306074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306074; }

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

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

background-color css

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

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

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

border-color css

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

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

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