Html Css Color HEX #425268 East Bay

📋 copy color: '#425268'

red 66 ◦ green 82 ◦ blue 104

#425268
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of East Bay #425268

Tints of East Bay #425268

RGB

 RED value IS 66 (26.17% from 255) = 26.19%

 GREEN value IS 82 (32.42% from 255) = 32.54%

 BLUE value IS 104 (41.02% from 255) = 41.27%

R = 26.19%
G = 32.54%
B = 41.27%

CMYK

 C value IS 0.37

 M value IS 0.21

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#425268 (or 0x425268) is known color: East Bay. HEX triplet: 42, 52 and 68. RGB value is (66,82,104). Sum of RGB (Red+Green+Blue) = 66+82+104=252 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.19% from 252); Green value is 82 (32.42% from 255 or 32.54% from 252); Blue value is 104 (41.02% from 255 or 41.27% from 252); Max value from RGB is 104 - color contains mainly: blue. Hex color #425268 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425268 is #BDAD97. Grayscale: #4F4F4F. Windows color (decimal): -12430744 or 6836802. OLE color: 6836802.

HSL color Cylindrical-coordinate representation of color #425268: hue angle of 214.74º 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 #425268 is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 66 82 104 -
CMYK 0.37 0.21 0 0.59
HSL 214.74º 0.22% 0.33% -
HSV(B) 214.74º 0.37% 0.41% -
XYZ 7.76 8.19 14.27 -
YUV 79.72 141.7 118.21 -
System Red Green Blue C M Y K H S L
Decimal 66 82 104 0.37 0.21 0 0.59 214.74 0.22 0.33
Hex 42 52 68 25 15 0 3B D7 16 21
Octal 102 122 150 45 25 0 73 327 26 41
Binary 1000010 1010010 1101000 100101 10101 0 111011 11010111 10110 100001

Color Harmonies of #425268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425268

Black with #425268

Text Example


Text Example

White with #425268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425268; }

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

 H1.HeaderClassName
 {
   color: #425268;
 }
 .AnyTagClassName
 {
   color: #425268;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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