Html Css Color HEX #21868C Java

📋 copy color: '#21868C'

red 33 ◦ green 134 ◦ blue 140

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

Shades of Java #21868C

Tints of Java #21868C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 43.65%

 BLUE value IS 140 (55.08% from 255) = 45.6%

R = 10.75%
G = 43.65%
B = 45.6%

CMYK

 C value IS 0.76

 M value IS 0.04

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#21868C (or 0x21868C) is known color: Java. HEX triplet: 21, 86 and 8C. RGB value is (33,134,140). Sum of RGB (Red+Green+Blue) = 33+134+140=307 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.75% from 307); Green value is 134 (52.73% from 255 or 43.65% from 307); Blue value is 140 (55.08% from 255 or 45.60% from 307); Max value from RGB is 140 - color contains mainly: blue. Hex color #21868C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21868C is #DE7973. Grayscale: #686868. Windows color (decimal): -14580084 or 9209377. OLE color: 9209377.

HSL color Cylindrical-coordinate representation of color #21868C: hue angle of 183.36º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #21868C is Cyan = 0.76, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 33 134 140 -
CMYK 0.76 0.04 0 0.45
HSL 183.36º 0.62% 0.34% -
HSV(B) 183.36º 0.76% 0.55% -
XYZ 13.89 19.27 27.8 -
YUV 104.49 148.04 77.01 -
System Red Green Blue C M Y K H S L
Decimal 33 134 140 0.76 0.04 0 0.45 183.36 0.62 0.34
Hex 21 86 8C 4C 4 0 2D B7 3E 22
Octal 41 206 214 114 4 0 55 267 76 42
Binary 100001 10000110 10001100 1001100 100 0 101101 10110111 111110 100010

Color Harmonies of #21868C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21868C

Black with #21868C

Text Example


Text Example

White with #21868C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21868C; }

 p { color: rgb(33,134,140); }

 H1.HeaderClassName
 {
   color: #21868C;
 }
 .AnyTagClassName
 {
   color: #21868C;
 }
</style>

background-color css

<style>
 a { background-color: #21868C; }

 a { background-color: rgb(33,134,140); }

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

border-color css

<style>
 span { border-color: #21868C; }

 span { border-color: rgb(33,134,140); }

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