Html Css Color HEX #258992 Java

📋 copy color: '#258992'

red 37 ◦ green 137 ◦ blue 146

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

Shades of Java #258992

Tints of Java #258992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 45.63%

R = 11.56%
G = 42.81%
B = 45.63%

CMYK

 C value IS 0.75

 M value IS 0.06

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#258992 (or 0x258992) is known color: Java. HEX triplet: 25, 89 and 92. RGB value is (37,137,146). Sum of RGB (Red+Green+Blue) = 37+137+146=320 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.56% from 320); Green value is 137 (53.91% from 255 or 42.81% from 320); Blue value is 146 (57.42% from 255 or 45.62% from 320); Max value from RGB is 146 - color contains mainly: blue. Hex color #258992 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258992 is #DA766D. Grayscale: #6B6B6B. Windows color (decimal): -14317166 or 9603365. OLE color: 9603365.

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

Color convert

RGB 37 137 146 -
CMYK 0.75 0.06 0 0.43
HSL 184.95º 0.6% 0.36% -
HSV(B) 184.95º 0.75% 0.57% -
XYZ 14.9 20.36 30.34 -
YUV 108.13 149.37 77.27 -
System Red Green Blue C M Y K H S L
Decimal 37 137 146 0.75 0.06 0 0.43 184.95 0.6 0.36
Hex 25 89 92 4B 6 0 2B B9 3C 24
Octal 45 211 222 113 6 0 53 271 74 44
Binary 100101 10001001 10010010 1001011 110 0 101011 10111001 111100 100100

Color Harmonies of #258992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258992

Black with #258992

Text Example


Text Example

White with #258992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #258992; }

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

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

background-color css

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

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

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

border-color css

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

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

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