Html Css Color HEX #306779 Blumine

📋 copy color: '#306779'

red 48 ◦ green 103 ◦ blue 121

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

Shades of Blumine #306779

Tints of Blumine #306779

RGB

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

 GREEN value IS 103 (40.63% from 255) = 37.87%

 BLUE value IS 121 (47.66% from 255) = 44.49%

R = 17.65%
G = 37.87%
B = 44.49%

CMYK

 C value IS 0.60

 M value IS 0.15

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#306779 (or 0x306779) is known color: Blumine. HEX triplet: 30, 67 and 79. RGB value is (48,103,121). Sum of RGB (Red+Green+Blue) = 48+103+121=272 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.65% from 272); Green value is 103 (40.62% from 255 or 37.87% from 272); Blue value is 121 (47.66% from 255 or 44.49% from 272); Max value from RGB is 121 - color contains mainly: blue. Hex color #306779 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306779 is #CF9886. Grayscale: #585858. Windows color (decimal): -13604999 or 7956272. OLE color: 7956272.

HSL color Cylindrical-coordinate representation of color #306779: hue angle of 194.79º 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 #306779 is Cyan = 0.60, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 48 103 121 -
CMYK 0.60 0.15 0 0.53
HSL 194.79º 0.43% 0.33% -
HSV(B) 194.79º 0.6% 0.47% -
XYZ 9.52 11.71 19.85 -
YUV 88.61 146.28 99.04 -
System Red Green Blue C M Y K H S L
Decimal 48 103 121 0.60 0.15 0 0.53 194.79 0.43 0.33
Hex 30 67 79 3C F 0 35 C3 2B 21
Octal 60 147 171 74 17 0 65 303 53 41
Binary 110000 1100111 1111001 111100 1111 0 110101 11000011 101011 100001

Color Harmonies of #306779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306779

Black with #306779

Text Example


Text Example

White with #306779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306779; }

 p { color: rgb(48,103,121); }

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

background-color css

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

 a { background-color: rgb(48,103,121); }

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

border-color css

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

 span { border-color: rgb(48,103,121); }

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