Html Css Color HEX #258C87 Java

📋 copy color: '#258C87'

red 37 ◦ green 140 ◦ blue 135

#258C87
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Java #258C87

Tints of Java #258C87

RGB

 RED value IS 37 (14.84% from 255) = 11.86%

 GREEN value IS 140 (55.08% from 255) = 44.87%

 BLUE value IS 135 (53.13% from 255) = 43.27%

R = 11.86%
G = 44.87%
B = 43.27%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.04

 K value IS 0.45

RGB Variations

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

Color information

#258C87 (or 0x258C87) is known color: Java. HEX triplet: 25, 8C and 87. RGB value is (37,140,135). Sum of RGB (Red+Green+Blue) = 37+140+135=312 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.86% from 312); Green value is 140 (55.08% from 255 or 44.87% from 312); Blue value is 135 (53.12% from 255 or 43.27% from 312); Max value from RGB is 140 - color contains mainly: green. Hex color #258C87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258C87 is #DA7378. Grayscale: #6C6C6C. Windows color (decimal): -14316409 or 8883237. OLE color: 8883237.

HSL color Cylindrical-coordinate representation of color #258C87: hue angle of 177.09º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #258C87 is Cyan = 0.74, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB 37 140 135 -
CMYK 0.74 0 0.04 0.45
HSL 177.09º 0.58% 0.35% -
HSV(B) 177.09º 0.74% 0.55% -
XYZ 14.51 20.9 26.19 -
YUV 108.63 142.88 76.91 -
System Red Green Blue C M Y K H S L
Decimal 37 140 135 0.74 0 0.04 0.45 177.09 0.58 0.35
Hex 25 8C 87 4A 0 4 2D B1 3A 23
Octal 45 214 207 112 0 4 55 261 72 43
Binary 100101 10001100 10000111 1001010 0 100 101101 10110001 111010 100011

Color Harmonies of #258C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258C87

Black with #258C87

Text Example


Text Example

White with #258C87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #258C87;
 }
 .AnyTagClassName
 {
   color: #258C87;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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