Html Css Color HEX #306874 Blumine

📋 copy color: '#306874'

red 48 ◦ green 104 ◦ blue 116

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

Shades of Blumine #306874

Tints of Blumine #306874

RGB

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

 GREEN value IS 104 (41.02% from 255) = 38.81%

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

R = 17.91%
G = 38.81%
B = 43.28%

CMYK

 C value IS 0.59

 M value IS 0.10

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#306874 (or 0x306874) is known color: Blumine. HEX triplet: 30, 68 and 74. RGB value is (48,104,116). Sum of RGB (Red+Green+Blue) = 48+104+116=268 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.91% from 268); Green value is 104 (41.02% from 255 or 38.81% from 268); Blue value is 116 (45.70% from 255 or 43.28% from 268); Max value from RGB is 116 - color contains mainly: blue. Hex color #306874 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306874 is #CF978B. Grayscale: #585858. Windows color (decimal): -13604748 or 7628848. OLE color: 7628848.

HSL color Cylindrical-coordinate representation of color #306874: hue angle of 190.59º 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 #306874 is Cyan = 0.59, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 48 104 116 -
CMYK 0.59 0.10 0 0.55
HSL 190.59º 0.41% 0.32% -
HSV(B) 190.59º 0.59% 0.45% -
XYZ 9.32 11.79 18.31 -
YUV 88.62 143.45 99.02 -
System Red Green Blue C M Y K H S L
Decimal 48 104 116 0.59 0.10 0 0.55 190.59 0.41 0.32
Hex 30 68 74 3B A 0 37 BF 29 20
Octal 60 150 164 73 12 0 67 277 51 40
Binary 110000 1101000 1110100 111011 1010 0 110111 10111111 101001 100000

Color Harmonies of #306874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306874

Black with #306874

Text Example


Text Example

White with #306874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306874; }

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

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

background-color css

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

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

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

border-color css

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

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

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