Html Css Color HEX #258991 Java

📋 copy color: '#258991'

red 37 ◦ green 137 ◦ blue 145

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

Shades of Java #258991

Tints of Java #258991

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 45.45%

R = 11.6%
G = 42.95%
B = 45.45%

CMYK

 C value IS 0.74

 M value IS 0.06

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#258991 (or 0x258991) is known color: Java. HEX triplet: 25, 89 and 91. RGB value is (37,137,145). Sum of RGB (Red+Green+Blue) = 37+137+145=319 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.60% from 319); Green value is 137 (53.91% from 255 or 42.95% from 319); Blue value is 145 (57.03% from 255 or 45.45% from 319); Max value from RGB is 145 - color contains mainly: blue. Hex color #258991 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258991 is #DA766E. Grayscale: #6B6B6B. Windows color (decimal): -14317167 or 9537829. OLE color: 9537829.

HSL color Cylindrical-coordinate representation of color #258991: hue angle of 184.44º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #258991 is Cyan = 0.74, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 37 137 145 -
CMYK 0.74 0.06 0 0.43
HSL 184.44º 0.59% 0.36% -
HSV(B) 184.44º 0.74% 0.57% -
XYZ 14.82 20.33 29.93 -
YUV 108.01 148.87 77.35 -
System Red Green Blue C M Y K H S L
Decimal 37 137 145 0.74 0.06 0 0.43 184.44 0.59 0.36
Hex 25 89 91 4A 6 0 2B B8 3B 24
Octal 45 211 221 112 6 0 53 270 73 44
Binary 100101 10001001 10010001 1001010 110 0 101011 10111000 111011 100100

Color Harmonies of #258991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258991

Black with #258991

Text Example


Text Example

White with #258991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #258991; }

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

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

background-color css

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

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

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

border-color css

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

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

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