Html Css Color HEX #21949C Java

📋 copy color: '#21949C'

red 33 ◦ green 148 ◦ blue 156

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

Shades of Java #21949C

Tints of Java #21949C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 43.92%

 BLUE value IS 156 (61.33% from 255) = 46.29%

R = 9.79%
G = 43.92%
B = 46.29%

CMYK

 C value IS 0.79

 M value IS 0.05

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#21949C (or 0x21949C) is known color: Java. HEX triplet: 21, 94 and 9C. RGB value is (33,148,156). Sum of RGB (Red+Green+Blue) = 33+148+156=337 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.79% from 337); Green value is 148 (58.20% from 255 or 43.92% from 337); Blue value is 156 (61.33% from 255 or 46.29% from 337); Max value from RGB is 156 - color contains mainly: blue. Hex color #21949C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21949C is #DE6B63. Grayscale: #727272. Windows color (decimal): -14576484 or 10261537. OLE color: 10261537.

HSL color Cylindrical-coordinate representation of color #21949C: hue angle of 183.9º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #21949C is Cyan = 0.79, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 33 148 156 -
CMYK 0.79 0.05 0 0.39
HSL 183.9º 0.65% 0.37% -
HSV(B) 183.9º 0.79% 0.61% -
XYZ 17.22 23.9 35.16 -
YUV 114.53 151.4 69.85 -
System Red Green Blue C M Y K H S L
Decimal 33 148 156 0.79 0.05 0 0.39 183.9 0.65 0.37
Hex 21 94 9C 4F 5 0 27 B8 41 25
Octal 41 224 234 117 5 0 47 270 101 45
Binary 100001 10010100 10011100 1001111 101 0 100111 10111000 1000001 100101

Color Harmonies of #21949C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21949C

Black with #21949C

Text Example


Text Example

White with #21949C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,148,156); }

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

background-color css

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

 a { background-color: rgb(33,148,156); }

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

border-color css

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

 span { border-color: rgb(33,148,156); }

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