Html Css Color HEX #435F80 Chambray

📋 copy color: '#435F80'

red 67 ◦ green 95 ◦ blue 128

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

Shades of Chambray #435F80

Tints of Chambray #435F80

RGB

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

 GREEN value IS 95 (37.5% from 255) = 32.76%

 BLUE value IS 128 (50.39% from 255) = 44.14%

R = 23.1%
G = 32.76%
B = 44.14%

CMYK

 C value IS 0.48

 M value IS 0.26

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#435F80 (or 0x435F80) is known color: Chambray. HEX triplet: 43, 5F and 80. RGB value is (67,95,128). Sum of RGB (Red+Green+Blue) = 67+95+128=290 (38% of max value = 765). Red value is 67 (26.56% from 255 or 23.10% from 290); Green value is 95 (37.5% from 255 or 32.76% from 290); Blue value is 128 (50.39% from 255 or 44.14% from 290); Max value from RGB is 128 - color contains mainly: blue. Hex color #435F80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #435F80 is #BCA07F. Grayscale: #5A5A5A. Windows color (decimal): -12361856 or 8412995. OLE color: 8412995.

HSL color Cylindrical-coordinate representation of color #435F80: hue angle of 212.46º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #435F80 is Cyan = 0.48, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 67 95 128 -
CMYK 0.48 0.26 0 0.50
HSL 212.46º 0.31% 0.38% -
HSV(B) 212.46º 0.48% 0.5% -
XYZ 10.3 10.94 21.99 -
YUV 90.39 149.22 111.32 -
System Red Green Blue C M Y K H S L
Decimal 67 95 128 0.48 0.26 0 0.50 212.46 0.31 0.38
Hex 43 5F 80 30 1A 0 32 D4 1F 26
Octal 103 137 200 60 32 0 62 324 37 46
Binary 1000011 1011111 10000000 110000 11010 0 110010 11010100 11111 100110

Color Harmonies of #435F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #435F80

Black with #435F80

Text Example


Text Example

White with #435F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #435F80; }

 p { color: rgb(67,95,128); }

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

background-color css

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

 a { background-color: rgb(67,95,128); }

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

border-color css

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

 span { border-color: rgb(67,95,128); }

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