Html Css Color HEX #425B7B Chambray

📋 copy color: '#425B7B'

red 66 ◦ green 91 ◦ blue 123

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

Shades of Chambray #425B7B

Tints of Chambray #425B7B

RGB

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

 GREEN value IS 91 (35.94% from 255) = 32.5%

 BLUE value IS 123 (48.44% from 255) = 43.93%

R = 23.57%
G = 32.5%
B = 43.93%

CMYK

 C value IS 0.46

 M value IS 0.26

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#425B7B (or 0x425B7B) is known color: Chambray. HEX triplet: 42, 5B and 7B. RGB value is (66,91,123). Sum of RGB (Red+Green+Blue) = 66+91+123=280 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.57% from 280); Green value is 91 (35.94% from 255 or 32.5% from 280); Blue value is 123 (48.44% from 255 or 43.93% from 280); Max value from RGB is 123 - color contains mainly: blue. Hex color #425B7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425B7B is #BDA484. Grayscale: #575757. Windows color (decimal): -12428421 or 8084290. OLE color: 8084290.

HSL color Cylindrical-coordinate representation of color #425B7B: hue angle of 213.68º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #425B7B is Cyan = 0.46, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 66 91 123 -
CMYK 0.46 0.26 0 0.52
HSL 213.68º 0.3% 0.37% -
HSV(B) 213.68º 0.46% 0.48% -
XYZ 9.56 10.07 20.18 -
YUV 87.17 148.22 112.9 -
System Red Green Blue C M Y K H S L
Decimal 66 91 123 0.46 0.26 0 0.52 213.68 0.3 0.37
Hex 42 5B 7B 2E 1A 0 34 D6 1E 25
Octal 102 133 173 56 32 0 64 326 36 45
Binary 1000010 1011011 1111011 101110 11010 0 110100 11010110 11110 100101

Color Harmonies of #425B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425B7B

Black with #425B7B

Text Example


Text Example

White with #425B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425B7B; }

 p { color: rgb(66,91,123); }

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

background-color css

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

 a { background-color: rgb(66,91,123); }

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

border-color css

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

 span { border-color: rgb(66,91,123); }

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