Html Css Color HEX #219298 Java

📋 copy color: '#219298'

red 33 ◦ green 146 ◦ blue 152

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

Shades of Java #219298

Tints of Java #219298

RGB

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

 GREEN value IS 146 (57.42% from 255) = 44.11%

 BLUE value IS 152 (59.77% from 255) = 45.92%

R = 9.97%
G = 44.11%
B = 45.92%

CMYK

 C value IS 0.78

 M value IS 0.04

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#219298 (or 0x219298) is known color: Java. HEX triplet: 21, 92 and 98. RGB value is (33,146,152). Sum of RGB (Red+Green+Blue) = 33+146+152=331 (43% of max value = 765). Red value is 33 (13.28% from 255 or 9.97% from 331); Green value is 146 (57.42% from 255 or 44.11% from 331); Blue value is 152 (59.77% from 255 or 45.92% from 331); Max value from RGB is 152 - color contains mainly: blue. Hex color #219298 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219298 is #DE6D67. Grayscale: #707070. Windows color (decimal): -14577000 or 9998881. OLE color: 9998881.

HSL color Cylindrical-coordinate representation of color #219298: hue angle of 183.03º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #219298 is Cyan = 0.78, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 33 146 152 -
CMYK 0.78 0.04 0 0.40
HSL 183.03º 0.64% 0.36% -
HSV(B) 183.03º 0.78% 0.6% -
XYZ 16.57 23.15 33.3 -
YUV 112.9 150.06 71.01 -
System Red Green Blue C M Y K H S L
Decimal 33 146 152 0.78 0.04 0 0.40 183.03 0.64 0.36
Hex 21 92 98 4E 4 0 28 B7 40 24
Octal 41 222 230 116 4 0 50 267 100 44
Binary 100001 10010010 10011000 1001110 100 0 101000 10110111 1000000 100100

Color Harmonies of #219298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219298

Black with #219298

Text Example


Text Example

White with #219298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #219298; }

 p { color: rgb(33,146,152); }

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

background-color css

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

 a { background-color: rgb(33,146,152); }

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

border-color css

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

 span { border-color: rgb(33,146,152); }

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