#35647B

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

Shades of Blumine #35647B

Tints of Blumine #35647B

Color information

#35647B (or 0x35647B) is unknown color: approx Blumine. HEX triplet: 35, 64 and 7B. RGB value is (53,100,123). Sum of RGB (Red+Green+Blue) = 53+100+123=276 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.20% from 276); Green value is 100 (39.45% from 255 or 36.23% from 276); Blue value is 123 (48.44% from 255 or 44.57% from 276); Max value from RGB is 123 - color contains mainly: blue. Hex color #35647B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35647B is #CA9B84. Grayscale: #585858. Windows color (decimal): -13278085 or 8086581. OLE color: 8086581.

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

Color convert

RGB53100123-
CMYK0.570.1900.52
HSL199.71º39.77%34.51%-
HSV(B)199.71º56.91%48.24%-
XYZ9.611.320.41-
YUV88.57147.43102.63-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.20%
GREEN value IS 100 (39.45% from 255) = 36.23%
BLUE value IS 123 (48.44% from 255) = 44.57%
R=19.20%
G=36.23%
B=44.57%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal531001230.570.1900.52199.7139.7734.51
Hex35647B3913034c82823
Octal6514417371230643105043
Binary1101011100100111101111100110011011010011001000101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35647B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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