#258F92

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

Shades of Java #258F92

Tints of Java #258F92

Color information

#258F92 (or 0x258F92) is unknown color: approx Java. HEX triplet: 25, 8F and 92. RGB value is (37,143,146). Sum of RGB (Red+Green+Blue) = 37+143+146=326 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.35% from 326); Green value is 143 (56.25% from 255 or 43.87% from 326); Blue value is 146 (57.42% from 255 or 44.79% from 326); Max value from RGB is 146 - color contains mainly: blue. Hex color #258F92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258F92 is #DA706D. Grayscale: #6F6F6F. Windows color (decimal): -14315630 or 9604901. OLE color: 9604901.

HSL color Cylindrical-coordinate representation of color #258F92: hue angle of 181.65º 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 #258F92 is Cyan = 0.75, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB37143146-
CMYK0.750.0200.43
HSL181.65º59.56%35.88%-
HSV(B)181.65º74.66%57.25%-
XYZ15.7722.1130.63-
YUV111.65147.3874.76-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.35%
GREEN value IS 143 (56.25% from 255) = 43.87%
BLUE value IS 146 (57.42% from 255) = 44.79%
R=11.35%
G=43.87%
B=44.79%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal371431460.750.0200.43181.6559.5635.88
Hex258F924B202Bb63c24
Octal4521722211320532667444
Binary1001011000111110010010100101110010101110110110111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,143,146); }

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

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

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

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

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

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

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