Html Css Color HEX #336278 Blumine

📋 copy color: '#336278'

red 51 ◦ green 98 ◦ blue 120

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

Shades of Blumine #336278

Tints of Blumine #336278

RGB

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

 GREEN value IS 98 (38.67% from 255) = 36.43%

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

R = 18.96%
G = 36.43%
B = 44.61%

CMYK

 C value IS 0.58

 M value IS 0.18

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#336278 (or 0x336278) is known color: Blumine. HEX triplet: 33, 62 and 78. RGB value is (51,98,120). Sum of RGB (Red+Green+Blue) = 51+98+120=269 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.96% from 269); Green value is 98 (38.67% from 255 or 36.43% from 269); Blue value is 120 (47.27% from 255 or 44.61% from 269); Max value from RGB is 120 - color contains mainly: blue. Hex color #336278 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336278 is #CC9D87. Grayscale: #565656. Windows color (decimal): -13409672 or 7889459. OLE color: 7889459.

HSL color Cylindrical-coordinate representation of color #336278: hue angle of 199.13º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #336278 is Cyan = 0.58, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 51 98 120 -
CMYK 0.58 0.18 0 0.53
HSL 199.13º 0.4% 0.34% -
HSV(B) 199.13º 0.58% 0.47% -
XYZ 9.12 10.8 19.37 -
YUV 86.46 146.93 102.71 -
System Red Green Blue C M Y K H S L
Decimal 51 98 120 0.58 0.18 0 0.53 199.13 0.4 0.34
Hex 33 62 78 3A 12 0 35 C7 28 22
Octal 63 142 170 72 22 0 65 307 50 42
Binary 110011 1100010 1111000 111010 10010 0 110101 11000111 101000 100010

Color Harmonies of #336278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336278

Black with #336278

Text Example


Text Example

White with #336278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336278; }

 p { color: rgb(51,98,120); }

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

background-color css

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

 a { background-color: rgb(51,98,120); }

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

border-color css

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

 span { border-color: rgb(51,98,120); }

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