#335B67

Color #335B67 Blumine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blumine #335B67

Tints of Blumine #335B67

Color information

#335B67 (or 0x335B67) is unknown color: approx Blumine. HEX triplet: 33, 5B and 67. RGB value is (51,91,103). Sum of RGB (Red+Green+Blue) = 51+91+103=245 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.82% from 245); Green value is 91 (35.94% from 255 or 37.14% from 245); Blue value is 103 (40.62% from 255 or 42.04% from 245); Max value from RGB is 103 - color contains mainly: blue. Hex color #335B67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335B67 is #CCA498. Grayscale: #505050. Windows color (decimal): -13411481 or 6773555. OLE color: 6773555.

HSL color Cylindrical-coordinate representation of color #335B67: hue angle of 193.85º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #335B67 is Cyan = 0.50, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5191103-
CMYK0.500.1200.60
HSL193.85º33.77%30.2%-
HSV(B)193.85º50.49%40.39%-
XYZ7.559.1714.2-
YUV80.41140.75107.02-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.82%
GREEN value IS 91 (35.94% from 255) = 37.14%
BLUE value IS 103 (40.62% from 255) = 42.04%
R=20.82%
G=37.14%
B=42.04%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal51911030.500.1200.60193.8533.7730.2
Hex335B6732C03Cc2221e
Octal6313314762140743024236
Binary11001110110111100111110010110001111001100001010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335B67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335B67; }

 p { color: rgb(51,91,103); }

 H1.HeaderClassName
 {
   color: #335B67;
 }
 .AnyTagClassName
 {
   color: #335B67;
 }
</style>
background-color css

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

 a { background-color: rgb(51,91,103); }

 div.DivClassName
 {
   background-color: #335B67;
 }
 .BgClassName
 {
   background-color: #335B67;
 }
</style>
border-color css

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

 span { border-color: rgb(51,91,103); }

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