#35647A

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

Shades of Blumine #35647A

Tints of Blumine #35647A

Color information

#35647A (or 0x35647A) is unknown color: approx Blumine. HEX triplet: 35, 64 and 7A. RGB value is (53,100,122). Sum of RGB (Red+Green+Blue) = 53+100+122=275 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.27% from 275); Green value is 100 (39.45% from 255 or 36.36% from 275); Blue value is 122 (48.05% from 255 or 44.36% from 275); Max value from RGB is 122 - color contains mainly: blue. Hex color #35647A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35647A is #CA9B85. Grayscale: #585858. Windows color (decimal): -13278086 or 8021045. OLE color: 8021045.

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

Color convert

RGB53100122-
CMYK0.570.1800.52
HSL199.13º39.43%34.31%-
HSV(B)199.13º56.56%47.84%-
XYZ9.5411.2820.09-
YUV88.46146.93102.71-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.27%
GREEN value IS 100 (39.45% from 255) = 36.36%
BLUE value IS 122 (48.05% from 255) = 44.36%
R=19.27%
G=36.36%
B=44.36%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal531001220.570.1800.52199.1339.4334.31
Hex35647A3912034c72722
Octal6514417271220643074742
Binary1101011100100111101011100110010011010011000111100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35647A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35647A; }

 p { color: rgb(53,100,122); }

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

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

 a { background-color: rgb(53,100,122); }

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

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

 span { border-color: rgb(53,100,122); }

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