Html Css Color HEX #42587D Chambray

📋 copy color: '#42587D'

red 66 ◦ green 88 ◦ blue 125

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

Shades of Chambray #42587D

Tints of Chambray #42587D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 31.54%

 BLUE value IS 125 (49.22% from 255) = 44.8%

R = 23.66%
G = 31.54%
B = 44.8%

CMYK

 C value IS 0.47

 M value IS 0.30

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#42587D (or 0x42587D) is known color: Chambray. HEX triplet: 42, 58 and 7D. RGB value is (66,88,125). Sum of RGB (Red+Green+Blue) = 66+88+125=279 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.66% from 279); Green value is 88 (34.77% from 255 or 31.54% from 279); Blue value is 125 (49.22% from 255 or 44.80% from 279); Max value from RGB is 125 - color contains mainly: blue. Hex color #42587D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42587D is #BDA782. Grayscale: #555555. Windows color (decimal): -12429187 or 8214594. OLE color: 8214594.

HSL color Cylindrical-coordinate representation of color #42587D: hue angle of 217.63º 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 #42587D is Cyan = 0.47, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 66 88 125 -
CMYK 0.47 0.30 0 0.51
HSL 217.63º 0.31% 0.37% -
HSV(B) 217.63º 0.47% 0.49% -
XYZ 9.44 9.62 20.76 -
YUV 85.64 150.21 113.99 -
System Red Green Blue C M Y K H S L
Decimal 66 88 125 0.47 0.30 0 0.51 217.63 0.31 0.37
Hex 42 58 7D 2F 1E 0 33 DA 1F 25
Octal 102 130 175 57 36 0 63 332 37 45
Binary 1000010 1011000 1111101 101111 11110 0 110011 11011010 11111 100101

Color Harmonies of #42587D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42587D

Black with #42587D

Text Example


Text Example

White with #42587D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42587D; }

 p { color: rgb(66,88,125); }

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

background-color css

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

 a { background-color: rgb(66,88,125); }

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

border-color css

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

 span { border-color: rgb(66,88,125); }

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