Html Css Color HEX #2A878D Java

📋 copy color: '#2A878D'

red 42 ◦ green 135 ◦ blue 141

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

Shades of Java #2A878D

Tints of Java #2A878D

RGB

 RED value IS 42 (16.8% from 255) = 13.21%

 GREEN value IS 135 (53.13% from 255) = 42.45%

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

R = 13.21%
G = 42.45%
B = 44.34%

CMYK

 C value IS 0.70

 M value IS 0.04

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2A878D (or 0x2A878D) is known color: Java. HEX triplet: 2A, 87 and 8D. RGB value is (42,135,141). Sum of RGB (Red+Green+Blue) = 42+135+141=318 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.21% from 318); Green value is 135 (53.12% from 255 or 42.45% from 318); Blue value is 141 (55.47% from 255 or 44.34% from 318); Max value from RGB is 141 - color contains mainly: blue. Hex color #2A878D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A878D is #D57872. Grayscale: #6B6B6B. Windows color (decimal): -13990003 or 9275178. OLE color: 9275178.

HSL color Cylindrical-coordinate representation of color #2A878D: hue angle of 183.64º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2A878D is Cyan = 0.70, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 42 135 141 -
CMYK 0.70 0.04 0 0.45
HSL 183.64º 0.54% 0.36% -
HSV(B) 183.64º 0.7% 0.55% -
XYZ 14.43 19.74 28.25 -
YUV 107.88 146.69 81.01 -
System Red Green Blue C M Y K H S L
Decimal 42 135 141 0.70 0.04 0 0.45 183.64 0.54 0.36
Hex 2A 87 8D 46 4 0 2D B8 36 24
Octal 52 207 215 106 4 0 55 270 66 44
Binary 101010 10000111 10001101 1000110 100 0 101101 10111000 110110 100100

Color Harmonies of #2A878D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A878D

Black with #2A878D

Text Example


Text Example

White with #2A878D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2A878D; }

 p { color: rgb(42,135,141); }

 H1.HeaderClassName
 {
   color: #2A878D;
 }
 .AnyTagClassName
 {
   color: #2A878D;
 }
</style>

background-color css

<style>
 a { background-color: #2A878D; }

 a { background-color: rgb(42,135,141); }

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

border-color css

<style>
 span { border-color: #2A878D; }

 span { border-color: rgb(42,135,141); }

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