Html Css Color HEX #42597C Chambray

📋 copy color: '#42597C'

red 66 ◦ green 89 ◦ blue 124

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

Shades of Chambray #42597C

Tints of Chambray #42597C

RGB

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

 GREEN value IS 89 (35.16% from 255) = 31.9%

 BLUE value IS 124 (48.83% from 255) = 44.44%

R = 23.66%
G = 31.9%
B = 44.44%

CMYK

 C value IS 0.47

 M value IS 0.28

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#42597C (or 0x42597C) is known color: Chambray. HEX triplet: 42, 59 and 7C. RGB value is (66,89,124). Sum of RGB (Red+Green+Blue) = 66+89+124=279 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.66% from 279); Green value is 89 (35.16% from 255 or 31.90% from 279); Blue value is 124 (48.83% from 255 or 44.44% from 279); Max value from RGB is 124 - color contains mainly: blue. Hex color #42597C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42597C is #BDA683. Grayscale: #555555. Windows color (decimal): -12428932 or 8149314. OLE color: 8149314.

HSL color Cylindrical-coordinate representation of color #42597C: hue angle of 216.21º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #42597C is Cyan = 0.47, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 66 89 124 -
CMYK 0.47 0.28 0 0.51
HSL 216.21º 0.31% 0.37% -
HSV(B) 216.21º 0.47% 0.49% -
XYZ 9.46 9.76 20.45 -
YUV 86.11 149.38 113.65 -
System Red Green Blue C M Y K H S L
Decimal 66 89 124 0.47 0.28 0 0.51 216.21 0.31 0.37
Hex 42 59 7C 2F 1C 0 33 D8 1F 25
Octal 102 131 174 57 34 0 63 330 37 45
Binary 1000010 1011001 1111100 101111 11100 0 110011 11011000 11111 100101

Color Harmonies of #42597C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42597C

Black with #42597C

Text Example


Text Example

White with #42597C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42597C; }

 p { color: rgb(66,89,124); }

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

background-color css

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

 a { background-color: rgb(66,89,124); }

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

border-color css

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

 span { border-color: rgb(66,89,124); }

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