Html Css Color HEX #336274 Blumine

📋 copy color: '#336274'

red 51 ◦ green 98 ◦ blue 116

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

Shades of Blumine #336274

Tints of Blumine #336274

RGB

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

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

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

R = 19.25%
G = 36.98%
B = 43.77%

CMYK

 C value IS 0.56

 M value IS 0.16

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#336274 (or 0x336274) is known color: Blumine. HEX triplet: 33, 62 and 74. RGB value is (51,98,116). Sum of RGB (Red+Green+Blue) = 51+98+116=265 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.25% from 265); Green value is 98 (38.67% from 255 or 36.98% from 265); Blue value is 116 (45.70% from 255 or 43.77% from 265); Max value from RGB is 116 - color contains mainly: blue. Hex color #336274 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336274 is #CC9D8B. Grayscale: #555555. Windows color (decimal): -13409676 or 7627315. OLE color: 7627315.

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

Color convert

RGB 51 98 116 -
CMYK 0.56 0.16 0 0.55
HSL 196.62º 0.39% 0.33% -
HSV(B) 196.62º 0.56% 0.45% -
XYZ 8.89 10.7 18.12 -
YUV 86 144.93 103.04 -
System Red Green Blue C M Y K H S L
Decimal 51 98 116 0.56 0.16 0 0.55 196.62 0.39 0.33
Hex 33 62 74 38 10 0 37 C5 27 21
Octal 63 142 164 70 20 0 67 305 47 41
Binary 110011 1100010 1110100 111000 10000 0 110111 11000101 100111 100001

Color Harmonies of #336274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336274

Black with #336274

Text Example


Text Example

White with #336274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336274; }

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

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

background-color css

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

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

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

border-color css

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

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

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