Html Css Color HEX #21878A Java

📋 copy color: '#21878A'

red 33 ◦ green 135 ◦ blue 138

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

Shades of Java #21878A

Tints of Java #21878A

RGB

 RED value IS 33 (13.28% from 255) = 10.78%

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

 BLUE value IS 138 (54.3% from 255) = 45.1%

R = 10.78%
G = 44.12%
B = 45.1%

CMYK

 C value IS 0.76

 M value IS 0.02

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#21878A (or 0x21878A) is known color: Java. HEX triplet: 21, 87 and 8A. RGB value is (33,135,138). Sum of RGB (Red+Green+Blue) = 33+135+138=306 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.78% from 306); Green value is 135 (53.12% from 255 or 44.12% from 306); Blue value is 138 (54.30% from 255 or 45.10% from 306); Max value from RGB is 138 - color contains mainly: blue. Hex color #21878A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21878A is #DE7875. Grayscale: #686868. Windows color (decimal): -14579830 or 9078561. OLE color: 9078561.

HSL color Cylindrical-coordinate representation of color #21878A: hue angle of 181.71º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #21878A is Cyan = 0.76, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 33 135 138 -
CMYK 0.76 0.02 0 0.46
HSL 181.71º 0.61% 0.34% -
HSV(B) 181.71º 0.76% 0.54% -
XYZ 13.88 19.49 27.07 -
YUV 104.84 146.71 76.76 -
System Red Green Blue C M Y K H S L
Decimal 33 135 138 0.76 0.02 0 0.46 181.71 0.61 0.34
Hex 21 87 8A 4C 2 0 2E B6 3D 22
Octal 41 207 212 114 2 0 56 266 75 42
Binary 100001 10000111 10001010 1001100 10 0 101110 10110110 111101 100010

Color Harmonies of #21878A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21878A

Black with #21878A

Text Example


Text Example

White with #21878A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21878A; }

 p { color: rgb(33,135,138); }

 H1.HeaderClassName
 {
   color: #21878A;
 }
 .AnyTagClassName
 {
   color: #21878A;
 }
</style>

background-color css

<style>
 a { background-color: #21878A; }

 a { background-color: rgb(33,135,138); }

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

border-color css

<style>
 span { border-color: #21878A; }

 span { border-color: rgb(33,135,138); }

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