Html Css Color HEX #258690 Java

📋 copy color: '#258690'

red 37 ◦ green 134 ◦ blue 144

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

Shades of Java #258690

Tints of Java #258690

RGB

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

 GREEN value IS 134 (52.73% from 255) = 42.54%

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

R = 11.75%
G = 42.54%
B = 45.71%

CMYK

 C value IS 0.74

 M value IS 0.07

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#258690 (or 0x258690) is known color: Java. HEX triplet: 25, 86 and 90. RGB value is (37,134,144). Sum of RGB (Red+Green+Blue) = 37+134+144=315 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.75% from 315); Green value is 134 (52.73% from 255 or 42.54% from 315); Blue value is 144 (56.64% from 255 or 45.71% from 315); Max value from RGB is 144 - color contains mainly: blue. Hex color #258690 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258690 is #DA796F. Grayscale: #6A6A6A. Windows color (decimal): -14317936 or 9471525. OLE color: 9471525.

HSL color Cylindrical-coordinate representation of color #258690: hue angle of 185.61º 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 #258690 is Cyan = 0.74, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 37 134 144 -
CMYK 0.74 0.07 0 0.44
HSL 185.61º 0.59% 0.35% -
HSV(B) 185.61º 0.74% 0.56% -
XYZ 14.32 19.46 29.39 -
YUV 106.14 149.36 78.69 -
System Red Green Blue C M Y K H S L
Decimal 37 134 144 0.74 0.07 0 0.44 185.61 0.59 0.35
Hex 25 86 90 4A 7 0 2C BA 3B 23
Octal 45 206 220 112 7 0 54 272 73 43
Binary 100101 10000110 10010000 1001010 111 0 101100 10111010 111011 100011

Color Harmonies of #258690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258690

Black with #258690

Text Example


Text Example

White with #258690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #258690; }

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

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

background-color css

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

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

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

border-color css

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

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

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