#35657A

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

Shades of Blumine #35657A

Tints of Blumine #35657A

Color information

#35657A (or 0x35657A) is unknown color: approx Blumine. HEX triplet: 35, 65 and 7A. RGB value is (53,101,122). Sum of RGB (Red+Green+Blue) = 53+101+122=276 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.20% from 276); Green value is 101 (39.84% from 255 or 36.59% from 276); Blue value is 122 (48.05% from 255 or 44.20% from 276); Max value from RGB is 122 - color contains mainly: blue. Hex color #35657A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35657A is #CA9A85. Grayscale: #585858. Windows color (decimal): -13277830 or 8021301. OLE color: 8021301.

HSL color Cylindrical-coordinate representation of color #35657A: hue angle of 198.26º 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 #35657A is Cyan = 0.57, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB53101122-
CMYK0.570.1700.52
HSL198.26º39.43%34.31%-
HSV(B)198.26º56.56%47.84%-
XYZ9.6311.4720.12-
YUV89.04146.6102.29-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.20%
GREEN value IS 101 (39.84% from 255) = 36.59%
BLUE value IS 122 (48.05% from 255) = 44.20%
R=19.20%
G=36.59%
B=44.20%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal531011220.570.1700.52198.2639.4334.31
Hex35657A3911034c62722
Octal6514517271210643064742
Binary1101011100101111101011100110001011010011000110100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35657A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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