Html Css Color HEX #306078 Blumine

📋 copy color: '#306078'

red 48 ◦ green 96 ◦ blue 120

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

Shades of Blumine #306078

Tints of Blumine #306078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 45.45%

R = 18.18%
G = 36.36%
B = 45.45%

CMYK

 C value IS 0.60

 M value IS 0.2

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#306078 (or 0x306078) is known color: Blumine. HEX triplet: 30, 60 and 78. RGB value is (48,96,120). Sum of RGB (Red+Green+Blue) = 48+96+120=264 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.18% from 264); Green value is 96 (37.89% from 255 or 36.36% from 264); Blue value is 120 (47.27% from 255 or 45.45% from 264); Max value from RGB is 120 - color contains mainly: blue. Hex color #306078 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306078 is #CF9F87. Grayscale: #545454. Windows color (decimal): -13606792 or 7888944. OLE color: 7888944.

HSL color Cylindrical-coordinate representation of color #306078: hue angle of 200º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #306078 is Cyan = 0.60, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 48 96 120 -
CMYK 0.60 0.2 0 0.53
HSL 200º 0.43% 0.33% -
HSV(B) 200º 0.6% 0.47% -
XYZ 8.79 10.35 19.3 -
YUV 84.38 148.1 102.05 -
System Red Green Blue C M Y K H S L
Decimal 48 96 120 0.60 0.2 0 0.53 200 0.43 0.33
Hex 30 60 78 3C 14 0 35 C8 2B 21
Octal 60 140 170 74 24 0 65 310 53 41
Binary 110000 1100000 1111000 111100 10100 0 110101 11001000 101011 100001

Color Harmonies of #306078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306078

Black with #306078

Text Example


Text Example

White with #306078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306078; }

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

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

background-color css

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

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

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

border-color css

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

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

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