Html Css Color HEX #258B92 Java

📋 copy color: '#258B92'

red 37 ◦ green 139 ◦ blue 146

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

Shades of Java #258B92

Tints of Java #258B92

RGB

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

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

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

R = 11.49%
G = 43.17%
B = 45.34%

CMYK

 C value IS 0.75

 M value IS 0.05

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#258B92 (or 0x258B92) is known color: Java. HEX triplet: 25, 8B and 92. RGB value is (37,139,146). Sum of RGB (Red+Green+Blue) = 37+139+146=322 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.49% from 322); Green value is 139 (54.69% from 255 or 43.17% from 322); Blue value is 146 (57.42% from 255 or 45.34% from 322); Max value from RGB is 146 - color contains mainly: blue. Hex color #258B92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258B92 is #DA746D. Grayscale: #6D6D6D. Windows color (decimal): -14316654 or 9603877. OLE color: 9603877.

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

Color convert

RGB 37 139 146 -
CMYK 0.75 0.05 0 0.43
HSL 183.85º 0.6% 0.36% -
HSV(B) 183.85º 0.75% 0.57% -
XYZ 15.18 20.93 30.43 -
YUV 109.3 148.71 76.43 -
System Red Green Blue C M Y K H S L
Decimal 37 139 146 0.75 0.05 0 0.43 183.85 0.6 0.36
Hex 25 8B 92 4B 5 0 2B B8 3C 24
Octal 45 213 222 113 5 0 53 270 74 44
Binary 100101 10001011 10010010 1001011 101 0 101011 10111000 111100 100100

Color Harmonies of #258B92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258B92

Black with #258B92

Text Example


Text Example

White with #258B92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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