Html Css Color HEX #298B91 Java

📋 copy color: '#298B91'

red 41 ◦ green 139 ◦ blue 145

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

Shades of Java #298B91

Tints of Java #298B91

RGB

 RED value IS 41 (16.41% from 255) = 12.62%

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

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

R = 12.62%
G = 42.77%
B = 44.62%

CMYK

 C value IS 0.72

 M value IS 0.04

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#298B91 (or 0x298B91) is known color: Java. HEX triplet: 29, 8B and 91. RGB value is (41,139,145). Sum of RGB (Red+Green+Blue) = 41+139+145=325 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.62% from 325); Green value is 139 (54.69% from 255 or 42.77% from 325); Blue value is 145 (57.03% from 255 or 44.62% from 325); Max value from RGB is 145 - color contains mainly: blue. Hex color #298B91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298B91 is #D6746E. Grayscale: #6E6E6E. Windows color (decimal): -14054511 or 9538345. OLE color: 9538345.

HSL color Cylindrical-coordinate representation of color #298B91: hue angle of 183.46º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #298B91 is Cyan = 0.72, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 41 139 145 -
CMYK 0.72 0.04 0 0.43
HSL 183.46º 0.56% 0.36% -
HSV(B) 183.46º 0.72% 0.57% -
XYZ 15.26 20.98 30.03 -
YUV 110.38 147.53 78.51 -
System Red Green Blue C M Y K H S L
Decimal 41 139 145 0.72 0.04 0 0.43 183.46 0.56 0.36
Hex 29 8B 91 48 4 0 2B B7 38 24
Octal 51 213 221 110 4 0 53 267 70 44
Binary 101001 10001011 10010001 1001000 100 0 101011 10110111 111000 100100

Color Harmonies of #298B91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298B91

Black with #298B91

Text Example


Text Example

White with #298B91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298B91; }

 p { color: rgb(41,139,145); }

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

background-color css

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

 a { background-color: rgb(41,139,145); }

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

border-color css

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

 span { border-color: rgb(41,139,145); }

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