Html Css Color HEX #258B95 Java

📋 copy color: '#258B95'

red 37 ◦ green 139 ◦ blue 149

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

Shades of Java #258B95

Tints of Java #258B95

RGB

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

 GREEN value IS 139 (54.69% from 255) = 42.77%

 BLUE value IS 149 (58.59% from 255) = 45.85%

R = 11.38%
G = 42.77%
B = 45.85%

CMYK

 C value IS 0.75

 M value IS 0.07

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#258B95 (or 0x258B95) is known color: Java. HEX triplet: 25, 8B and 95. RGB value is (37,139,149). Sum of RGB (Red+Green+Blue) = 37+139+149=325 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.38% from 325); Green value is 139 (54.69% from 255 or 42.77% from 325); Blue value is 149 (58.59% from 255 or 45.85% from 325); Max value from RGB is 149 - color contains mainly: blue. Hex color #258B95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258B95 is #DA746A. Grayscale: #6D6D6D. Windows color (decimal): -14316651 or 9800485. OLE color: 9800485.

HSL color Cylindrical-coordinate representation of color #258B95: hue angle of 185.36º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #258B95 is Cyan = 0.75, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 37 139 149 -
CMYK 0.75 0.07 0 0.42
HSL 185.36º 0.6% 0.36% -
HSV(B) 185.36º 0.75% 0.58% -
XYZ 15.42 21.03 31.68 -
YUV 109.64 150.21 76.19 -
System Red Green Blue C M Y K H S L
Decimal 37 139 149 0.75 0.07 0 0.42 185.36 0.6 0.36
Hex 25 8B 95 4B 7 0 2A B9 3C 24
Octal 45 213 225 113 7 0 52 271 74 44
Binary 100101 10001011 10010101 1001011 111 0 101010 10111001 111100 100100

Color Harmonies of #258B95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258B95

Black with #258B95

Text Example


Text Example

White with #258B95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,139,149); }

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

background-color css

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

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

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

border-color css

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

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

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