#2C9198

Color #2C9198 Java (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Java #2C9198

Tints of Java #2C9198

Color information

#2C9198 (or 0x2C9198) is unknown color: approx Java. HEX triplet: 2C, 91 and 98. RGB value is (44,145,152). Sum of RGB (Red+Green+Blue) = 44+145+152=341 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.90% from 341); Green value is 145 (57.03% from 255 or 42.52% from 341); Blue value is 152 (59.77% from 255 or 44.57% from 341); Max value from RGB is 152 - color contains mainly: blue. Hex color #2C9198 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2C9198 is #D36E67. Grayscale: #737373. Windows color (decimal): -13856360 or 9998636. OLE color: 9998636.

HSL color Cylindrical-coordinate representation of color #2C9198: hue angle of 183.89º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2C9198 is Cyan = 0.71, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB44145152-
CMYK0.710.0500.40
HSL183.89º55.1%38.43%-
HSV(B)183.89º71.05%59.61%-
XYZ16.8323.0533.27-
YUV115.6148.5476.93-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 12.90%
GREEN value IS 145 (57.03% from 255) = 42.52%
BLUE value IS 152 (59.77% from 255) = 44.57%
R=12.90%
G=42.52%
B=44.57%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal441451520.710.0500.40183.8955.138.43
Hex2C9198475028b83726
Octal5422123010750502706746
Binary10110010010001100110001000111101010100010111000110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C9198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2C9198; }

 p { color: rgb(44,145,152); }

 H1.HeaderClassName
 {
   color: #2C9198;
 }
 .AnyTagClassName
 {
   color: #2C9198;
 }
</style>
background-color css

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

 a { background-color: rgb(44,145,152); }

 div.DivClassName
 {
   background-color: #2C9198;
 }
 .BgClassName
 {
   background-color: #2C9198;
 }
</style>
border-color css

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

 span { border-color: rgb(44,145,152); }

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