Html Css Color HEX #219288 Java

📋 copy color: '#219288'

red 33 ◦ green 146 ◦ blue 136

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

Shades of Java #219288

Tints of Java #219288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 43.17%

R = 10.48%
G = 46.35%
B = 43.17%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.07

 K value IS 0.43

RGB Variations

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

Color information

#219288 (or 0x219288) is known color: Java. HEX triplet: 21, 92 and 88. RGB value is (33,146,136). Sum of RGB (Red+Green+Blue) = 33+146+136=315 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.48% from 315); Green value is 146 (57.42% from 255 or 46.35% from 315); Blue value is 136 (53.52% from 255 or 43.17% from 315); Max value from RGB is 146 - color contains mainly: green. Hex color #219288 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219288 is #DE6D77. Grayscale: #6F6F6F. Windows color (decimal): -14577016 or 8950305. OLE color: 8950305.

HSL color Cylindrical-coordinate representation of color #219288: hue angle of 174.69º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #219288 is Cyan = 0.77, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.43.

Color convert

RGB 33 146 136 -
CMYK 0.77 0 0.07 0.43
HSL 174.69º 0.63% 0.35% -
HSV(B) 174.69º 0.77% 0.57% -
XYZ 15.35 22.66 26.86 -
YUV 111.07 142.06 72.31 -
System Red Green Blue C M Y K H S L
Decimal 33 146 136 0.77 0 0.07 0.43 174.69 0.63 0.35
Hex 21 92 88 4D 0 7 2B AF 3F 23
Octal 41 222 210 115 0 7 53 257 77 43
Binary 100001 10010010 10001000 1001101 0 111 101011 10101111 111111 100011

Color Harmonies of #219288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219288

Black with #219288

Text Example


Text Example

White with #219288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #219288; }

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

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

background-color css

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

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

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

border-color css

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

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

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