Html Css Color HEX #306476 Blumine

📋 copy color: '#306476'

red 48 ◦ green 100 ◦ blue 118

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

Shades of Blumine #306476

Tints of Blumine #306476

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 44.36%

R = 18.05%
G = 37.59%
B = 44.36%

CMYK

 C value IS 0.59

 M value IS 0.15

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#306476 (or 0x306476) is known color: Blumine. HEX triplet: 30, 64 and 76. RGB value is (48,100,118). Sum of RGB (Red+Green+Blue) = 48+100+118=266 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.05% from 266); Green value is 100 (39.45% from 255 or 37.59% from 266); Blue value is 118 (46.48% from 255 or 44.36% from 266); Max value from RGB is 118 - color contains mainly: blue. Hex color #306476 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306476 is #CF9B89. Grayscale: #565656. Windows color (decimal): -13605770 or 7758896. OLE color: 7758896.

HSL color Cylindrical-coordinate representation of color #306476: hue angle of 195.43º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #306476 is Cyan = 0.59, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 48 100 118 -
CMYK 0.59 0.15 0 0.54
HSL 195.43º 0.42% 0.33% -
HSV(B) 195.43º 0.59% 0.46% -
XYZ 9.05 11.05 18.8 -
YUV 86.5 145.77 100.54 -
System Red Green Blue C M Y K H S L
Decimal 48 100 118 0.59 0.15 0 0.54 195.43 0.42 0.33
Hex 30 64 76 3B F 0 36 C3 2A 21
Octal 60 144 166 73 17 0 66 303 52 41
Binary 110000 1100100 1110110 111011 1111 0 110110 11000011 101010 100001

Color Harmonies of #306476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306476

Black with #306476

Text Example


Text Example

White with #306476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306476; }

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

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

background-color css

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

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

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

border-color css

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

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

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