Html Css Color HEX #258C91 Java

📋 copy color: '#258C91'

red 37 ◦ green 140 ◦ blue 145

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

Shades of Java #258C91

Tints of Java #258C91

RGB

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

 GREEN value IS 140 (55.08% from 255) = 43.48%

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

R = 11.49%
G = 43.48%
B = 45.03%

CMYK

 C value IS 0.74

 M value IS 0.03

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#258C91 (or 0x258C91) is known color: Java. HEX triplet: 25, 8C and 91. RGB value is (37,140,145). Sum of RGB (Red+Green+Blue) = 37+140+145=322 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.49% from 322); Green value is 140 (55.08% from 255 or 43.48% from 322); Blue value is 145 (57.03% from 255 or 45.03% from 322); Max value from RGB is 145 - color contains mainly: blue. Hex color #258C91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258C91 is #DA736E. Grayscale: #6D6D6D. Windows color (decimal): -14316399 or 9538597. OLE color: 9538597.

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

Color convert

RGB 37 140 145 -
CMYK 0.74 0.03 0 0.43
HSL 182.78º 0.59% 0.36% -
HSV(B) 182.78º 0.74% 0.57% -
XYZ 15.25 21.19 30.08 -
YUV 109.77 147.88 76.09 -
System Red Green Blue C M Y K H S L
Decimal 37 140 145 0.74 0.03 0 0.43 182.78 0.59 0.36
Hex 25 8C 91 4A 3 0 2B B7 3B 24
Octal 45 214 221 112 3 0 53 267 73 44
Binary 100101 10001100 10010001 1001010 11 0 101011 10110111 111011 100100

Color Harmonies of #258C91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258C91

Black with #258C91

Text Example


Text Example

White with #258C91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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