Html Css Color HEX #336874 Blumine

📋 copy color: '#336874'

red 51 ◦ green 104 ◦ blue 116

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

Shades of Blumine #336874

Tints of Blumine #336874

RGB

 RED value IS 51 (20.31% from 255) = 18.82%

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

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

R = 18.82%
G = 38.38%
B = 42.8%

CMYK

 C value IS 0.56

 M value IS 0.10

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#336874 (or 0x336874) is known color: Blumine. HEX triplet: 33, 68 and 74. RGB value is (51,104,116). Sum of RGB (Red+Green+Blue) = 51+104+116=271 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.82% from 271); Green value is 104 (41.02% from 255 or 38.38% from 271); Blue value is 116 (45.70% from 255 or 42.80% from 271); Max value from RGB is 116 - color contains mainly: blue. Hex color #336874 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336874 is #CC978B. Grayscale: #595959. Windows color (decimal): -13408140 or 7628851. OLE color: 7628851.

HSL color Cylindrical-coordinate representation of color #336874: hue angle of 191.08º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #336874 is Cyan = 0.56, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 51 104 116 -
CMYK 0.56 0.10 0 0.55
HSL 191.08º 0.39% 0.33% -
HSV(B) 191.08º 0.56% 0.45% -
XYZ 9.47 11.87 18.31 -
YUV 89.52 142.94 100.52 -
System Red Green Blue C M Y K H S L
Decimal 51 104 116 0.56 0.10 0 0.55 191.08 0.39 0.33
Hex 33 68 74 38 A 0 37 BF 27 21
Octal 63 150 164 70 12 0 67 277 47 41
Binary 110011 1101000 1110100 111000 1010 0 110111 10111111 100111 100001

Color Harmonies of #336874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336874

Black with #336874

Text Example


Text Example

White with #336874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336874; }

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

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

background-color css

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

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

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

border-color css

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

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

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