Html Css Color HEX #258894 Java

📋 copy color: '#258894'

red 37 ◦ green 136 ◦ blue 148

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

Shades of Java #258894

Tints of Java #258894

RGB

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

 GREEN value IS 136 (53.52% from 255) = 42.37%

 BLUE value IS 148 (58.2% from 255) = 46.11%

R = 11.53%
G = 42.37%
B = 46.11%

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

#258894 (or 0x258894) is known color: Java. HEX triplet: 25, 88 and 94. RGB value is (37,136,148). Sum of RGB (Red+Green+Blue) = 37+136+148=321 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.53% from 321); Green value is 136 (53.52% from 255 or 42.37% from 321); Blue value is 148 (58.20% from 255 or 46.11% from 321); Max value from RGB is 148 - color contains mainly: blue. Hex color #258894 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258894 is #DA776B. Grayscale: #6B6B6B. Windows color (decimal): -14317420 or 9734181. OLE color: 9734181.

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

Color convert

RGB 37 136 148 -
CMYK 0.75 0.08 0 0.42
HSL 186.49º 0.6% 0.36% -
HSV(B) 186.49º 0.75% 0.58% -
XYZ 14.91 20.14 31.12 -
YUV 107.77 150.7 77.52 -
System Red Green Blue C M Y K H S L
Decimal 37 136 148 0.75 0.08 0 0.42 186.49 0.6 0.36
Hex 25 88 94 4B 8 0 2A BA 3C 24
Octal 45 210 224 113 10 0 52 272 74 44
Binary 100101 10001000 10010100 1001011 1000 0 101010 10111010 111100 100100

Color Harmonies of #258894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258894

Black with #258894

Text Example


Text Example

White with #258894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #258894; }

 p { color: rgb(37,136,148); }

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

background-color css

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

 a { background-color: rgb(37,136,148); }

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

border-color css

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

 span { border-color: rgb(37,136,148); }

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