#35667C

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

Shades of Blumine #35667C

Tints of Blumine #35667C

Color information

#35667C (or 0x35667C) is unknown color: approx Blumine. HEX triplet: 35, 66 and 7C. RGB value is (53,102,124). Sum of RGB (Red+Green+Blue) = 53+102+124=279 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.00% from 279); Green value is 102 (40.23% from 255 or 36.56% from 279); Blue value is 124 (48.83% from 255 or 44.44% from 279); Max value from RGB is 124 - color contains mainly: blue. Hex color #35667C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35667C is #CA9983. Grayscale: #595959. Windows color (decimal): -13277572 or 8152629. OLE color: 8152629.

HSL color Cylindrical-coordinate representation of color #35667C: hue angle of 198.59º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #35667C is Cyan = 0.57, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB53102124-
CMYK0.570.1800.51
HSL198.59º40.11%34.71%-
HSV(B)198.59º57.26%48.63%-
XYZ9.8611.7120.81-
YUV89.86147.27101.71-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.00%
GREEN value IS 102 (40.23% from 255) = 36.56%
BLUE value IS 124 (48.83% from 255) = 44.44%
R=19.00%
G=36.56%
B=44.44%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal531021240.570.1800.51198.5940.1134.71
Hex35667C3912033c72823
Octal6514617471220633075043
Binary1101011100110111110011100110010011001111000111101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35667C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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