#258C91

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

Shades of Java #258C91

Tints of Java #258C91

Color information

#258C91 (or 0x258C91) is unknown color: approx Java. HEX triplet: 25, 8C and 91. RGB value is (37,140,145). Sum of RGB (Red+Green+Blue) = 37+140+145=322 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.49% from 322); Green value is 140 (55.08% from 255 or 43.48% from 322); Blue value is 145 (57.03% from 255 or 45.03% from 322); Max value from RGB is 145 - color contains mainly: blue. Hex color #258C91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258C91 is #DA736E. Grayscale: #6D6D6D. Windows color (decimal): -14316399 or 9538597. OLE color: 9538597.

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

Color convert

RGB37140145-
CMYK0.740.0300.43
HSL182.78º59.34%35.69%-
HSV(B)182.78º74.48%56.86%-
XYZ15.2521.1930.08-
YUV109.77147.8876.09-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.49%
GREEN value IS 140 (55.08% from 255) = 43.48%
BLUE value IS 145 (57.03% from 255) = 45.03%
R=11.49%
G=43.48%
B=45.03%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal371401450.740.0300.43182.7859.3435.69
Hex258C914A302Bb73b24
Octal4521422111230532677344
Binary1001011000110010010001100101011010101110110111111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258C91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,140,145); }

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

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

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

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

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

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

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