Html Css Color HEX #21848C Java

📋 copy color: '#21848C'

red 33 ◦ green 132 ◦ blue 140

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

Shades of Java #21848C

Tints of Java #21848C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 43.28%

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

R = 10.82%
G = 43.28%
B = 45.9%

CMYK

 C value IS 0.76

 M value IS 0.06

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#21848C (or 0x21848C) is known color: Java. HEX triplet: 21, 84 and 8C. RGB value is (33,132,140). Sum of RGB (Red+Green+Blue) = 33+132+140=305 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.82% from 305); Green value is 132 (51.95% from 255 or 43.28% from 305); Blue value is 140 (55.08% from 255 or 45.90% from 305); Max value from RGB is 140 - color contains mainly: blue. Hex color #21848C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21848C is #DE7B73. Grayscale: #676767. Windows color (decimal): -14580596 or 9208865. OLE color: 9208865.

HSL color Cylindrical-coordinate representation of color #21848C: hue angle of 184.49º 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 #21848C is Cyan = 0.76, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 33 132 140 -
CMYK 0.76 0.06 0 0.45
HSL 184.49º 0.62% 0.34% -
HSV(B) 184.49º 0.76% 0.55% -
XYZ 13.61 18.72 27.71 -
YUV 103.31 148.7 77.85 -
System Red Green Blue C M Y K H S L
Decimal 33 132 140 0.76 0.06 0 0.45 184.49 0.62 0.34
Hex 21 84 8C 4C 6 0 2D B8 3E 22
Octal 41 204 214 114 6 0 55 270 76 42
Binary 100001 10000100 10001100 1001100 110 0 101101 10111000 111110 100010

Color Harmonies of #21848C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21848C

Black with #21848C

Text Example


Text Example

White with #21848C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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