Html Css Color HEX #434C60 East Bay

📋 copy color: '#434C60'

red 67 ◦ green 76 ◦ blue 96

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

Shades of East Bay #434C60

Tints of East Bay #434C60

RGB

 RED value IS 67 (26.56% from 255) = 28.03%

 GREEN value IS 76 (30.08% from 255) = 31.8%

 BLUE value IS 96 (37.89% from 255) = 40.17%

R = 28.03%
G = 31.8%
B = 40.17%

CMYK

 C value IS 0.30

 M value IS 0.21

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#434C60 (or 0x434C60) is known color: East Bay. HEX triplet: 43, 4C and 60. RGB value is (67,76,96). Sum of RGB (Red+Green+Blue) = 67+76+96=239 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.03% from 239); Green value is 76 (30.08% from 255 or 31.80% from 239); Blue value is 96 (37.89% from 255 or 40.17% from 239); Max value from RGB is 96 - color contains mainly: blue. Hex color #434C60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434C60 is #BCB39F. Grayscale: #4B4B4B. Windows color (decimal): -12366752 or 6310979. OLE color: 6310979.

HSL color Cylindrical-coordinate representation of color #434C60: hue angle of 221.38º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #434C60 is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 67 76 96 -
CMYK 0.30 0.21 0 0.62
HSL 221.38º 0.18% 0.32% -
HSV(B) 221.38º 0.3% 0.38% -
XYZ 7.01 7.21 12.09 -
YUV 75.59 139.52 121.87 -
System Red Green Blue C M Y K H S L
Decimal 67 76 96 0.30 0.21 0 0.62 221.38 0.18 0.32
Hex 43 4C 60 1E 15 0 3E DD 12 20
Octal 103 114 140 36 25 0 76 335 22 40
Binary 1000011 1001100 1100000 11110 10101 0 111110 11011101 10010 100000

Color Harmonies of #434C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434C60

Black with #434C60

Text Example


Text Example

White with #434C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434C60; }

 p { color: rgb(67,76,96); }

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

background-color css

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

 a { background-color: rgb(67,76,96); }

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

border-color css

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

 span { border-color: rgb(67,76,96); }

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