#258A8A

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

Shades of Java #258A8A

Tints of Java #258A8A

Color information

#258A8A (or 0x258A8A) is unknown color: approx Java. HEX triplet: 25, 8A and 8A. RGB value is (37,138,138). Sum of RGB (Red+Green+Blue) = 37+138+138=313 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.82% from 313); Green value is 138 (54.30% from 255 or 44.09% from 313); Blue value is 138 (54.30% from 255 or 44.09% from 313); Max value from RGB is 138 - color contains mainly: green, blue. Hex color #258A8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258A8A is #DA7575. Grayscale: #6B6B6B. Windows color (decimal): -14316918 or 9079333. OLE color: 9079333.

HSL color Cylindrical-coordinate representation of color #258A8A: hue angle of 180º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #258A8A is Cyan = 0.73, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB37138138-
CMYK0.73000.46
HSL180º57.71%34.31%-
HSV(B)180º73.19%54.12%-
XYZ14.4420.4127.22-
YUV107.8145.0477.5-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.82%
GREEN value IS 138 (54.30% from 255) = 44.09%
BLUE value IS 138 (54.30% from 255) = 44.09%
R=11.82%
G=44.09%
B=44.09%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal371381380.73000.4618057.7134.31
Hex258A8A49002Eb43a22
Octal4521221211100562647242
Binary100101100010101000101010010010010111010110100111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #258A8A; }

 p { color: rgb(37,138,138); }

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

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

 a { background-color: rgb(37,138,138); }

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

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

 span { border-color: rgb(37,138,138); }

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