#308E92

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

Shades of Java #308E92

Tints of Java #308E92

Color information

#308E92 (or 0x308E92) is unknown color: approx Java. HEX triplet: 30, 8E and 92. RGB value is (48,142,146). Sum of RGB (Red+Green+Blue) = 48+142+146=336 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.29% from 336); Green value is 142 (55.86% from 255 or 42.26% from 336); Blue value is 146 (57.42% from 255 or 43.45% from 336); Max value from RGB is 146 - color contains mainly: blue. Hex color #308E92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308E92 is #CF716D. Grayscale: #727272. Windows color (decimal): -13594990 or 9604656. OLE color: 9604656.

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

Color convert

RGB48142146-
CMYK0.670.0300.43
HSL182.45º50.52%38.04%-
HSV(B)182.45º67.12%57.25%-
XYZ16.0822.0530.6-
YUV114.35145.8680.67-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.29%
GREEN value IS 142 (55.86% from 255) = 42.26%
BLUE value IS 146 (57.42% from 255) = 43.45%
R=14.29%
G=42.26%
B=43.45%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal481421460.670.0300.43182.4550.5238.04
Hex308E9243302Bb63326
Octal6021622210330532666346
Binary1100001000111010010010100001111010101110110110110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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