#248E92

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

Shades of Java #248E92

Tints of Java #248E92

Color information

#248E92 (or 0x248E92) is unknown color: approx Java. HEX triplet: 24, 8E and 92. RGB value is (36,142,146). Sum of RGB (Red+Green+Blue) = 36+142+146=324 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.11% from 324); Green value is 142 (55.86% from 255 or 43.83% from 324); Blue value is 146 (57.42% from 255 or 45.06% from 324); Max value from RGB is 146 - color contains mainly: blue. Hex color #248E92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248E92 is #DB716D. Grayscale: #6E6E6E. Windows color (decimal): -14381422 or 9604644. OLE color: 9604644.

HSL color Cylindrical-coordinate representation of color #248E92: hue angle of 182.18º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #248E92 is Cyan = 0.75, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB36142146-
CMYK0.750.0300.43
HSL182.18º60.44%35.69%-
HSV(B)182.18º75.34%57.25%-
XYZ15.5921.830.58-
YUV110.76147.8874.67-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.11%
GREEN value IS 142 (55.86% from 255) = 43.83%
BLUE value IS 146 (57.42% from 255) = 45.06%
R=11.11%
G=43.83%
B=45.06%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal361421460.750.0300.43182.1860.4435.69
Hex248E924B302Bb63c24
Octal4421622211330532667444
Binary1001001000111010010010100101111010101110110110111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #248E92; }

 p { color: rgb(36,142,146); }

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

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

 a { background-color: rgb(36,142,146); }

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

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

 span { border-color: rgb(36,142,146); }

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