Html Css Color HEX #258590 Java

📋 copy color: '#258590'

red 37 ◦ green 133 ◦ blue 144

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

Shades of Java #258590

Tints of Java #258590

RGB

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

 GREEN value IS 133 (52.34% from 255) = 42.36%

 BLUE value IS 144 (56.64% from 255) = 45.86%

R = 11.78%
G = 42.36%
B = 45.86%

CMYK

 C value IS 0.74

 M value IS 0.08

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#258590 (or 0x258590) is known color: Java. HEX triplet: 25, 85 and 90. RGB value is (37,133,144). Sum of RGB (Red+Green+Blue) = 37+133+144=314 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.78% from 314); Green value is 133 (52.34% from 255 or 42.36% from 314); Blue value is 144 (56.64% from 255 or 45.86% from 314); Max value from RGB is 144 - color contains mainly: blue. Hex color #258590 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258590 is #DA7A6F. Grayscale: #696969. Windows color (decimal): -14318192 or 9471269. OLE color: 9471269.

HSL color Cylindrical-coordinate representation of color #258590: hue angle of 186.17º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #258590 is Cyan = 0.74, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 37 133 144 -
CMYK 0.74 0.08 0 0.44
HSL 186.17º 0.59% 0.35% -
HSV(B) 186.17º 0.74% 0.56% -
XYZ 14.18 19.18 29.34 -
YUV 105.55 149.7 79.11 -
System Red Green Blue C M Y K H S L
Decimal 37 133 144 0.74 0.08 0 0.44 186.17 0.59 0.35
Hex 25 85 90 4A 8 0 2C BA 3B 23
Octal 45 205 220 112 10 0 54 272 73 43
Binary 100101 10000101 10010000 1001010 1000 0 101100 10111010 111011 100011

Color Harmonies of #258590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258590

Black with #258590

Text Example


Text Example

White with #258590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #258590; }

 p { color: rgb(37,133,144); }

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

background-color css

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

 a { background-color: rgb(37,133,144); }

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

border-color css

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

 span { border-color: rgb(37,133,144); }

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