Html Css Color HEX #21898E Java

📋 copy color: '#21898E'

red 33 ◦ green 137 ◦ blue 142

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

Shades of Java #21898E

Tints of Java #21898E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 45.51%

R = 10.58%
G = 43.91%
B = 45.51%

CMYK

 C value IS 0.77

 M value IS 0.04

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#21898E (or 0x21898E) is known color: Java. HEX triplet: 21, 89 and 8E. RGB value is (33,137,142). Sum of RGB (Red+Green+Blue) = 33+137+142=312 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.58% from 312); Green value is 137 (53.91% from 255 or 43.91% from 312); Blue value is 142 (55.86% from 255 or 45.51% from 312); Max value from RGB is 142 - color contains mainly: blue. Hex color #21898E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21898E is #DE7671. Grayscale: #6A6A6A. Windows color (decimal): -14579314 or 9341217. OLE color: 9341217.

HSL color Cylindrical-coordinate representation of color #21898E: hue angle of 182.75º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #21898E is Cyan = 0.77, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 33 137 142 -
CMYK 0.77 0.04 0 0.44
HSL 182.75º 0.62% 0.34% -
HSV(B) 182.75º 0.77% 0.56% -
XYZ 14.46 20.17 28.72 -
YUV 106.47 148.04 75.59 -
System Red Green Blue C M Y K H S L
Decimal 33 137 142 0.77 0.04 0 0.44 182.75 0.62 0.34
Hex 21 89 8E 4D 4 0 2C B7 3E 22
Octal 41 211 216 115 4 0 54 267 76 42
Binary 100001 10001001 10001110 1001101 100 0 101100 10110111 111110 100010

Color Harmonies of #21898E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21898E

Black with #21898E

Text Example


Text Example

White with #21898E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21898E; }

 p { color: rgb(33,137,142); }

 H1.HeaderClassName
 {
   color: #21898E;
 }
 .AnyTagClassName
 {
   color: #21898E;
 }
</style>

background-color css

<style>
 a { background-color: #21898E; }

 a { background-color: rgb(33,137,142); }

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

border-color css

<style>
 span { border-color: #21898E; }

 span { border-color: rgb(33,137,142); }

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