#249195

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

Shades of Java #249195

Tints of Java #249195

Color information

#249195 (or 0x249195) is unknown color: approx Java. HEX triplet: 24, 91 and 95. RGB value is (36,145,149). Sum of RGB (Red+Green+Blue) = 36+145+149=330 (43% of max value = 765). Red value is 36 (14.45% from 255 or 10.91% from 330); Green value is 145 (57.03% from 255 or 43.94% from 330); Blue value is 149 (58.59% from 255 or 45.15% from 330); Max value from RGB is 149 - color contains mainly: blue. Hex color #249195 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249195 is #DB6E6A. Grayscale: #707070. Windows color (decimal): -14380651 or 9802020. OLE color: 9802020.

HSL color Cylindrical-coordinate representation of color #249195: hue angle of 182.12º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #249195 is Cyan = 0.76, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB36145149-
CMYK0.760.0300.42
HSL182.12º61.08%36.27%-
HSV(B)182.12º75.84%58.43%-
XYZ16.2822.831.98-
YUV112.86148.3973.17-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 10.91%
GREEN value IS 145 (57.03% from 255) = 43.94%
BLUE value IS 149 (58.59% from 255) = 45.15%
R=10.91%
G=43.94%
B=45.15%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal361451490.760.0300.42182.1261.0836.27
Hex2491954C302Ab63d24
Octal4422122511430522667544
Binary1001001001000110010101100110011010101010110110111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #249195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #249195; }

 p { color: rgb(36,145,149); }

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

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

 a { background-color: rgb(36,145,149); }

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

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

 span { border-color: rgb(36,145,149); }

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