Html Css Color HEX #434A61 East Bay

📋 copy color: '#434A61'

red 67 ◦ green 74 ◦ blue 97

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

Shades of East Bay #434A61

Tints of East Bay #434A61

RGB

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

 GREEN value IS 74 (29.3% from 255) = 31.09%

 BLUE value IS 97 (38.28% from 255) = 40.76%

R = 28.15%
G = 31.09%
B = 40.76%

CMYK

 C value IS 0.31

 M value IS 0.24

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#434A61 (or 0x434A61) is known color: East Bay. HEX triplet: 43, 4A and 61. RGB value is (67,74,97). Sum of RGB (Red+Green+Blue) = 67+74+97=238 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.15% from 238); Green value is 74 (29.30% from 255 or 31.09% from 238); Blue value is 97 (38.28% from 255 or 40.76% from 238); Max value from RGB is 97 - color contains mainly: blue. Hex color #434A61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434A61 is #BCB59E. Grayscale: #4A4A4A. Windows color (decimal): -12367263 or 6376003. OLE color: 6376003.

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

Color convert

RGB 67 74 97 -
CMYK 0.31 0.24 0 0.62
HSL 226º 0.18% 0.32% -
HSV(B) 226º 0.31% 0.38% -
XYZ 6.92 6.95 12.29 -
YUV 74.53 140.68 122.63 -
System Red Green Blue C M Y K H S L
Decimal 67 74 97 0.31 0.24 0 0.62 226 0.18 0.32
Hex 43 4A 61 1F 18 0 3E E2 12 20
Octal 103 112 141 37 30 0 76 342 22 40
Binary 1000011 1001010 1100001 11111 11000 0 111110 11100010 10010 100000

Color Harmonies of #434A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434A61

Black with #434A61

Text Example


Text Example

White with #434A61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,74,97); }

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

background-color css

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

 a { background-color: rgb(67,74,97); }

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

border-color css

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

 span { border-color: rgb(67,74,97); }

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