Html Css Color HEX #425380 Chambray

📋 copy color: '#425380'

red 66 ◦ green 83 ◦ blue 128

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

Shades of Chambray #425380

Tints of Chambray #425380

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.96%

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

R = 23.83%
G = 29.96%
B = 46.21%

CMYK

 C value IS 0.48

 M value IS 0.35

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#425380 (or 0x425380) is known color: Chambray. HEX triplet: 42, 53 and 80. RGB value is (66,83,128). Sum of RGB (Red+Green+Blue) = 66+83+128=277 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.83% from 277); Green value is 83 (32.81% from 255 or 29.96% from 277); Blue value is 128 (50.39% from 255 or 46.21% from 277); Max value from RGB is 128 - color contains mainly: blue. Hex color #425380 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425380 is #BDAC7F. Grayscale: #525252. Windows color (decimal): -12430464 or 8409922. OLE color: 8409922.

HSL color Cylindrical-coordinate representation of color #425380: hue angle of 223.55º degrees, saturation: 0.32, 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 #425380 is Cyan = 0.48, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 66 83 128 -
CMYK 0.48 0.35 0 0.50
HSL 223.55º 0.32% 0.38% -
HSV(B) 223.55º 0.48% 0.5% -
XYZ 9.24 8.9 21.65 -
YUV 83.05 153.37 115.84 -
System Red Green Blue C M Y K H S L
Decimal 66 83 128 0.48 0.35 0 0.50 223.55 0.32 0.38
Hex 42 53 80 30 23 0 32 E0 20 26
Octal 102 123 200 60 43 0 62 340 40 46
Binary 1000010 1010011 10000000 110000 100011 0 110010 11100000 100000 100110

Color Harmonies of #425380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425380

Black with #425380

Text Example


Text Example

White with #425380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425380; }

 p { color: rgb(66,83,128); }

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

background-color css

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

 a { background-color: rgb(66,83,128); }

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

border-color css

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

 span { border-color: rgb(66,83,128); }

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