#425068

Color #425068 East Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Bay #425068

Tints of East Bay #425068

Color information

#425068 (or 0x425068) is unknown color: approx East Bay. HEX triplet: 42, 50 and 68. RGB value is (66,80,104). Sum of RGB (Red+Green+Blue) = 66+80+104=250 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.4% from 250); Green value is 80 (31.64% from 255 or 32% from 250); Blue value is 104 (41.02% from 255 or 41.6% from 250); Max value from RGB is 104 - color contains mainly: blue. Hex color #425068 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425068 is #BDAF97. Grayscale: #4E4E4E. Windows color (decimal): -12431256 or 6836290. OLE color: 6836290.

HSL color Cylindrical-coordinate representation of color #425068: hue angle of 217.89º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #425068 is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6680104-
CMYK0.370.2300.59
HSL217.89º22.35%33.33%-
HSV(B)217.89º36.54%40.78%-
XYZ7.617.914.22-
YUV78.55142.36119.05-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.4%
GREEN value IS 80 (31.64% from 255) = 32%
BLUE value IS 104 (41.02% from 255) = 41.6%
R=26.4%
G=32%
B=41.6%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal66801040.370.2300.59217.8922.3533.33
Hex425068251703Bda1621
Octal10212015045270733322641
Binary1000010101000011010001001011011101110111101101010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425068; }

 p { color: rgb(66,80,104); }

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

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

 a { background-color: rgb(66,80,104); }

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

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

 span { border-color: rgb(66,80,104); }

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