#248F9A

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

Shades of Java #248F9A

Tints of Java #248F9A

Color information

#248F9A (or 0x248F9A) is unknown color: approx Java. HEX triplet: 24, 8F and 9A. RGB value is (36,143,154). Sum of RGB (Red+Green+Blue) = 36+143+154=333 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.81% from 333); Green value is 143 (56.25% from 255 or 42.94% from 333); Blue value is 154 (60.55% from 255 or 46.25% from 333); Max value from RGB is 154 - color contains mainly: blue. Hex color #248F9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248F9A is #DB7065. Grayscale: #707070. Windows color (decimal): -14381158 or 10129188. OLE color: 10129188.

HSL color Cylindrical-coordinate representation of color #248F9A: hue angle of 185.59º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #248F9A is Cyan = 0.77, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB36143154-
CMYK0.770.0700.40
HSL185.59º62.11%37.25%-
HSV(B)185.59º76.62%60.39%-
XYZ16.3822.3534.02-
YUV112.26151.5573.61-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 10.81%
GREEN value IS 143 (56.25% from 255) = 42.94%
BLUE value IS 154 (60.55% from 255) = 46.25%
R=10.81%
G=42.94%
B=46.25%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal361431540.770.0700.40185.5962.1137.25
Hex248F9A4D7028ba3e25
Octal4421723211570502727645
Binary10010010001111100110101001101111010100010111010111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,143,154); }

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

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

 a { background-color: rgb(36,143,154); }

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

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

 span { border-color: rgb(36,143,154); }

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