Html Css Color HEX #42577B Chambray

📋 copy color: '#42577B'

red 66 ◦ green 87 ◦ blue 123

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

Shades of Chambray #42577B

Tints of Chambray #42577B

RGB

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

 GREEN value IS 87 (34.38% from 255) = 31.52%

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

R = 23.91%
G = 31.52%
B = 44.57%

CMYK

 C value IS 0.46

 M value IS 0.29

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#42577B (or 0x42577B) is known color: Chambray. HEX triplet: 42, 57 and 7B. RGB value is (66,87,123). Sum of RGB (Red+Green+Blue) = 66+87+123=276 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.91% from 276); Green value is 87 (34.38% from 255 or 31.52% from 276); Blue value is 123 (48.44% from 255 or 44.57% from 276); Max value from RGB is 123 - color contains mainly: blue. Hex color #42577B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42577B is #BDA884. Grayscale: #545454. Windows color (decimal): -12429445 or 8083266. OLE color: 8083266.

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

Color convert

RGB 66 87 123 -
CMYK 0.46 0.29 0 0.52
HSL 217.89º 0.3% 0.37% -
HSV(B) 217.89º 0.46% 0.48% -
XYZ 9.23 9.4 20.07 -
YUV 84.83 149.54 114.57 -
System Red Green Blue C M Y K H S L
Decimal 66 87 123 0.46 0.29 0 0.52 217.89 0.3 0.37
Hex 42 57 7B 2E 1D 0 34 DA 1E 25
Octal 102 127 173 56 35 0 64 332 36 45
Binary 1000010 1010111 1111011 101110 11101 0 110100 11011010 11110 100101

Color Harmonies of #42577B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42577B

Black with #42577B

Text Example


Text Example

White with #42577B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42577B; }

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

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

background-color css

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

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

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

border-color css

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

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

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