#35667A

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

Shades of Blumine #35667A

Tints of Blumine #35667A

Color information

#35667A (or 0x35667A) is unknown color: approx Blumine. HEX triplet: 35, 66 and 7A. RGB value is (53,102,122). Sum of RGB (Red+Green+Blue) = 53+102+122=277 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.13% from 277); Green value is 102 (40.23% from 255 or 36.82% from 277); Blue value is 122 (48.05% from 255 or 44.04% from 277); Max value from RGB is 122 - color contains mainly: blue. Hex color #35667A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35667A is #CA9985. Grayscale: #595959. Windows color (decimal): -13277574 or 8021557. OLE color: 8021557.

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

Color convert

RGB53102122-
CMYK0.570.1600.52
HSL197.39º39.43%34.31%-
HSV(B)197.39º56.56%47.84%-
XYZ9.7311.6620.15-
YUV89.63146.27101.87-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.13%
GREEN value IS 102 (40.23% from 255) = 36.82%
BLUE value IS 122 (48.05% from 255) = 44.04%
R=19.13%
G=36.82%
B=44.04%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal531021220.570.1600.52197.3939.4334.31
Hex35667A3910034c52722
Octal6514617271200643054742
Binary1101011100110111101011100110000011010011000101100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35667A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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