Html Css Color HEX #42898D Blue Chill

📋 copy color: '#42898D'

red 66 ◦ green 137 ◦ blue 141

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

Shades of Blue Chill #42898D

Tints of Blue Chill #42898D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 39.83%

 BLUE value IS 141 (55.47% from 255) = 40.99%

R = 19.19%
G = 39.83%
B = 40.99%

CMYK

 C value IS 0.53

 M value IS 0.03

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#42898D (or 0x42898D) is known color: Blue Chill. HEX triplet: 42, 89 and 8D. RGB value is (66,137,141). Sum of RGB (Red+Green+Blue) = 66+137+141=344 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.19% from 344); Green value is 137 (53.91% from 255 or 39.83% from 344); Blue value is 141 (55.47% from 255 or 40.99% from 344); Max value from RGB is 141 - color contains mainly: blue. Hex color #42898D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42898D is #BD7672. Grayscale: #747474. Windows color (decimal): -12416627 or 9275714. OLE color: 9275714.

HSL color Cylindrical-coordinate representation of color #42898D: hue angle of 183.2º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #42898D is Cyan = 0.53, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 66 137 141 -
CMYK 0.53 0.03 0 0.45
HSL 183.2º 0.36% 0.41% -
HSV(B) 183.2º 0.53% 0.55% -
XYZ 16 20.97 28.4 -
YUV 116.23 141.98 92.17 -
System Red Green Blue C M Y K H S L
Decimal 66 137 141 0.53 0.03 0 0.45 183.2 0.36 0.41
Hex 42 89 8D 35 3 0 2D B7 24 29
Octal 102 211 215 65 3 0 55 267 44 51
Binary 1000010 10001001 10001101 110101 11 0 101101 10110111 100100 101001

Color Harmonies of #42898D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42898D

Black with #42898D

Text Example


Text Example

White with #42898D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,137,141); }

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

background-color css

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

 a { background-color: rgb(66,137,141); }

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

border-color css

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

 span { border-color: rgb(66,137,141); }

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