Html Css Color HEX #306474 Blumine

📋 copy color: '#306474'

red 48 ◦ green 100 ◦ blue 116

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

Shades of Blumine #306474

Tints of Blumine #306474

RGB

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

 GREEN value IS 100 (39.45% from 255) = 37.88%

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

R = 18.18%
G = 37.88%
B = 43.94%

CMYK

 C value IS 0.59

 M value IS 0.14

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#306474 (or 0x306474) is known color: Blumine. HEX triplet: 30, 64 and 74. RGB value is (48,100,116). Sum of RGB (Red+Green+Blue) = 48+100+116=264 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.18% from 264); Green value is 100 (39.45% from 255 or 37.88% from 264); Blue value is 116 (45.70% from 255 or 43.94% from 264); Max value from RGB is 116 - color contains mainly: blue. Hex color #306474 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306474 is #CF9B8B. Grayscale: #565656. Windows color (decimal): -13605772 or 7627824. OLE color: 7627824.

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

Color convert

RGB 48 100 116 -
CMYK 0.59 0.14 0 0.55
HSL 194.12º 0.41% 0.32% -
HSV(B) 194.12º 0.59% 0.45% -
XYZ 8.93 11 18.18 -
YUV 86.28 144.77 100.7 -
System Red Green Blue C M Y K H S L
Decimal 48 100 116 0.59 0.14 0 0.55 194.12 0.41 0.32
Hex 30 64 74 3B E 0 37 C2 29 20
Octal 60 144 164 73 16 0 67 302 51 40
Binary 110000 1100100 1110100 111011 1110 0 110111 11000010 101001 100000

Color Harmonies of #306474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306474

Black with #306474

Text Example


Text Example

White with #306474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306474; }

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

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

background-color css

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

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

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

border-color css

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

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

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