Html Css Color HEX #258995 Java

📋 copy color: '#258995'

red 37 ◦ green 137 ◦ blue 149

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

Shades of Java #258995

Tints of Java #258995

RGB

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

 GREEN value IS 137 (53.91% from 255) = 42.41%

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

R = 11.46%
G = 42.41%
B = 46.13%

CMYK

 C value IS 0.75

 M value IS 0.08

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#258995 (or 0x258995) is known color: Java. HEX triplet: 25, 89 and 95. RGB value is (37,137,149). Sum of RGB (Red+Green+Blue) = 37+137+149=323 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.46% from 323); Green value is 137 (53.91% from 255 or 42.41% from 323); Blue value is 149 (58.59% from 255 or 46.13% from 323); Max value from RGB is 149 - color contains mainly: blue. Hex color #258995 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258995 is #DA766A. Grayscale: #6C6C6C. Windows color (decimal): -14317163 or 9799973. OLE color: 9799973.

HSL color Cylindrical-coordinate representation of color #258995: hue angle of 186.43º 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 #258995 is Cyan = 0.75, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 37 137 149 -
CMYK 0.75 0.08 0 0.42
HSL 186.43º 0.6% 0.36% -
HSV(B) 186.43º 0.75% 0.58% -
XYZ 15.13 20.45 31.58 -
YUV 108.47 150.87 77.02 -
System Red Green Blue C M Y K H S L
Decimal 37 137 149 0.75 0.08 0 0.42 186.43 0.6 0.36
Hex 25 89 95 4B 8 0 2A BA 3C 24
Octal 45 211 225 113 10 0 52 272 74 44
Binary 100101 10001001 10010101 1001011 1000 0 101010 10111010 111100 100100

Color Harmonies of #258995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258995

Black with #258995

Text Example


Text Example

White with #258995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #258995; }

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

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

background-color css

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

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

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

border-color css

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

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

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