Html Css Color HEX #336275 Blumine

📋 copy color: '#336275'

red 51 ◦ green 98 ◦ blue 117

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

Shades of Blumine #336275

Tints of Blumine #336275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 43.98%

R = 19.17%
G = 36.84%
B = 43.98%

CMYK

 C value IS 0.56

 M value IS 0.16

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#336275 (or 0x336275) is known color: Blumine. HEX triplet: 33, 62 and 75. RGB value is (51,98,117). Sum of RGB (Red+Green+Blue) = 51+98+117=266 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.17% from 266); Green value is 98 (38.67% from 255 or 36.84% from 266); Blue value is 117 (46.09% from 255 or 43.98% from 266); Max value from RGB is 117 - color contains mainly: blue. Hex color #336275 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336275 is #CC9D8A. Grayscale: #555555. Windows color (decimal): -13409675 or 7692851. OLE color: 7692851.

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

Color convert

RGB 51 98 117 -
CMYK 0.56 0.16 0 0.54
HSL 197.27º 0.39% 0.33% -
HSV(B) 197.27º 0.56% 0.46% -
XYZ 8.94 10.72 18.43 -
YUV 86.11 145.43 102.96 -
System Red Green Blue C M Y K H S L
Decimal 51 98 117 0.56 0.16 0 0.54 197.27 0.39 0.33
Hex 33 62 75 38 10 0 36 C5 27 21
Octal 63 142 165 70 20 0 66 305 47 41
Binary 110011 1100010 1110101 111000 10000 0 110110 11000101 100111 100001

Color Harmonies of #336275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336275

Black with #336275

Text Example


Text Example

White with #336275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336275; }

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

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

background-color css

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

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

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

border-color css

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

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

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