Html Css Color HEX #258B90 Java

📋 copy color: '#258B90'

red 37 ◦ green 139 ◦ blue 144

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

Shades of Java #258B90

Tints of Java #258B90

RGB

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

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

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

R = 11.56%
G = 43.44%
B = 45%

CMYK

 C value IS 0.74

 M value IS 0.03

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#258B90 (or 0x258B90) is known color: Java. HEX triplet: 25, 8B and 90. RGB value is (37,139,144). Sum of RGB (Red+Green+Blue) = 37+139+144=320 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.56% from 320); Green value is 139 (54.69% from 255 or 43.44% from 320); Blue value is 144 (56.64% from 255 or 45% from 320); Max value from RGB is 144 - color contains mainly: blue. Hex color #258B90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258B90 is #DA746F. Grayscale: #6C6C6C. Windows color (decimal): -14316656 or 9472805. OLE color: 9472805.

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

Color convert

RGB 37 139 144 -
CMYK 0.74 0.03 0 0.44
HSL 182.8º 0.59% 0.35% -
HSV(B) 182.8º 0.74% 0.56% -
XYZ 15.03 20.87 29.62 -
YUV 109.07 147.71 76.59 -
System Red Green Blue C M Y K H S L
Decimal 37 139 144 0.74 0.03 0 0.44 182.8 0.59 0.35
Hex 25 8B 90 4A 3 0 2C B7 3B 23
Octal 45 213 220 112 3 0 54 267 73 43
Binary 100101 10001011 10010000 1001010 11 0 101100 10110111 111011 100011

Color Harmonies of #258B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258B90

Black with #258B90

Text Example


Text Example

White with #258B90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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