Html Css Color HEX #21979D Java

📋 copy color: '#21979D'

red 33 ◦ green 151 ◦ blue 157

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

Shades of Java #21979D

Tints of Java #21979D

RGB

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

 GREEN value IS 151 (59.38% from 255) = 44.28%

 BLUE value IS 157 (61.72% from 255) = 46.04%

R = 9.68%
G = 44.28%
B = 46.04%

CMYK

 C value IS 0.79

 M value IS 0.04

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#21979D (or 0x21979D) is known color: Java. HEX triplet: 21, 97 and 9D. RGB value is (33,151,157). Sum of RGB (Red+Green+Blue) = 33+151+157=341 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.68% from 341); Green value is 151 (59.38% from 255 or 44.28% from 341); Blue value is 157 (61.72% from 255 or 46.04% from 341); Max value from RGB is 157 - color contains mainly: blue. Hex color #21979D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21979D is #DE6862. Grayscale: #747474. Windows color (decimal): -14575715 or 10327841. OLE color: 10327841.

HSL color Cylindrical-coordinate representation of color #21979D: hue angle of 182.9º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #21979D is Cyan = 0.79, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 33 151 157 -
CMYK 0.79 0.04 0 0.38
HSL 182.9º 0.65% 0.37% -
HSV(B) 182.9º 0.79% 0.62% -
XYZ 17.78 24.89 35.77 -
YUV 116.4 150.91 68.51 -
System Red Green Blue C M Y K H S L
Decimal 33 151 157 0.79 0.04 0 0.38 182.9 0.65 0.37
Hex 21 97 9D 4F 4 0 26 B7 41 25
Octal 41 227 235 117 4 0 46 267 101 45
Binary 100001 10010111 10011101 1001111 100 0 100110 10110111 1000001 100101

Color Harmonies of #21979D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21979D

Black with #21979D

Text Example


Text Example

White with #21979D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21979D; }

 p { color: rgb(33,151,157); }

 H1.HeaderClassName
 {
   color: #21979D;
 }
 .AnyTagClassName
 {
   color: #21979D;
 }
</style>

background-color css

<style>
 a { background-color: #21979D; }

 a { background-color: rgb(33,151,157); }

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

border-color css

<style>
 span { border-color: #21979D; }

 span { border-color: rgb(33,151,157); }

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