Html Css Color HEX #425D7B Chambray

📋 copy color: '#425D7B'

red 66 ◦ green 93 ◦ blue 123

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

Shades of Chambray #425D7B

Tints of Chambray #425D7B

RGB

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

 GREEN value IS 93 (36.72% from 255) = 32.98%

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

R = 23.4%
G = 32.98%
B = 43.62%

CMYK

 C value IS 0.46

 M value IS 0.24

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#425D7B (or 0x425D7B) is known color: Chambray. HEX triplet: 42, 5D and 7B. RGB value is (66,93,123). Sum of RGB (Red+Green+Blue) = 66+93+123=282 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.40% from 282); Green value is 93 (36.72% from 255 or 32.98% from 282); Blue value is 123 (48.44% from 255 or 43.62% from 282); Max value from RGB is 123 - color contains mainly: blue. Hex color #425D7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425D7B is #BDA284. Grayscale: #585858. Windows color (decimal): -12427909 or 8084802. OLE color: 8084802.

HSL color Cylindrical-coordinate representation of color #425D7B: hue angle of 211.58º 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 #425D7B is Cyan = 0.46, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 66 93 123 -
CMYK 0.46 0.24 0 0.52
HSL 211.58º 0.3% 0.37% -
HSV(B) 211.58º 0.46% 0.48% -
XYZ 9.74 10.42 20.24 -
YUV 88.35 147.55 112.06 -
System Red Green Blue C M Y K H S L
Decimal 66 93 123 0.46 0.24 0 0.52 211.58 0.3 0.37
Hex 42 5D 7B 2E 18 0 34 D4 1E 25
Octal 102 135 173 56 30 0 64 324 36 45
Binary 1000010 1011101 1111011 101110 11000 0 110100 11010100 11110 100101

Color Harmonies of #425D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425D7B

Black with #425D7B

Text Example


Text Example

White with #425D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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