Html Css Color HEX #42938F Blue Chill

📋 copy color: '#42938F'

red 66 ◦ green 147 ◦ blue 143

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

Shades of Blue Chill #42938F

Tints of Blue Chill #42938F

RGB

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

 GREEN value IS 147 (57.81% from 255) = 41.29%

 BLUE value IS 143 (56.25% from 255) = 40.17%

R = 18.54%
G = 41.29%
B = 40.17%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#42938F (or 0x42938F) is known color: Blue Chill. HEX triplet: 42, 93 and 8F. RGB value is (66,147,143). Sum of RGB (Red+Green+Blue) = 66+147+143=356 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.54% from 356); Green value is 147 (57.81% from 255 or 41.29% from 356); Blue value is 143 (56.25% from 255 or 40.17% from 356); Max value from RGB is 147 - color contains mainly: green. Hex color #42938F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42938F is #BD6C70. Grayscale: #7A7A7A. Windows color (decimal): -12414065 or 9409346. OLE color: 9409346.

HSL color Cylindrical-coordinate representation of color #42938F: hue angle of 177.04º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #42938F is Cyan = 0.55, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB 66 147 143 -
CMYK 0.55 0 0.03 0.42
HSL 177.04º 0.38% 0.42% -
HSV(B) 177.04º 0.55% 0.58% -
XYZ 17.64 24.01 29.69 -
YUV 122.33 139.66 87.83 -
System Red Green Blue C M Y K H S L
Decimal 66 147 143 0.55 0 0.03 0.42 177.04 0.38 0.42
Hex 42 93 8F 37 0 3 2A B1 26 2A
Octal 102 223 217 67 0 3 52 261 46 52
Binary 1000010 10010011 10001111 110111 0 11 101010 10110001 100110 101010

Color Harmonies of #42938F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42938F

Black with #42938F

Text Example


Text Example

White with #42938F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42938F; }

 p { color: rgb(66,147,143); }

 H1.HeaderClassName
 {
   color: #42938F;
 }
 .AnyTagClassName
 {
   color: #42938F;
 }
</style>

background-color css

<style>
 a { background-color: #42938F; }

 a { background-color: rgb(66,147,143); }

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

border-color css

<style>
 span { border-color: #42938F; }

 span { border-color: rgb(66,147,143); }

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