Html Css Color HEX #336272 Blumine

📋 copy color: '#336272'

red 51 ◦ green 98 ◦ blue 114

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

Shades of Blumine #336272

Tints of Blumine #336272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 43.35%

R = 19.39%
G = 37.26%
B = 43.35%

CMYK

 C value IS 0.55

 M value IS 0.14

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#336272 (or 0x336272) is known color: Blumine. HEX triplet: 33, 62 and 72. RGB value is (51,98,114). Sum of RGB (Red+Green+Blue) = 51+98+114=263 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.39% from 263); Green value is 98 (38.67% from 255 or 37.26% from 263); Blue value is 114 (44.92% from 255 or 43.35% from 263); Max value from RGB is 114 - color contains mainly: blue. Hex color #336272 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336272 is #CC9D8D. Grayscale: #555555. Windows color (decimal): -13409678 or 7496243. OLE color: 7496243.

HSL color Cylindrical-coordinate representation of color #336272: hue angle of 195.24º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #336272 is Cyan = 0.55, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 51 98 114 -
CMYK 0.55 0.14 0 0.55
HSL 195.24º 0.38% 0.32% -
HSV(B) 195.24º 0.55% 0.45% -
XYZ 8.77 10.65 17.51 -
YUV 85.77 143.93 103.2 -
System Red Green Blue C M Y K H S L
Decimal 51 98 114 0.55 0.14 0 0.55 195.24 0.38 0.32
Hex 33 62 72 37 E 0 37 C3 26 20
Octal 63 142 162 67 16 0 67 303 46 40
Binary 110011 1100010 1110010 110111 1110 0 110111 11000011 100110 100000

Color Harmonies of #336272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336272

Black with #336272

Text Example


Text Example

White with #336272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336272; }

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

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

background-color css

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

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

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

border-color css

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

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

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