Html Css Color HEX #298F97 Java

📋 copy color: '#298F97'

red 41 ◦ green 143 ◦ blue 151

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

Shades of Java #298F97

Tints of Java #298F97

RGB

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

 GREEN value IS 143 (56.25% from 255) = 42.69%

 BLUE value IS 151 (59.38% from 255) = 45.07%

R = 12.24%
G = 42.69%
B = 45.07%

CMYK

 C value IS 0.73

 M value IS 0.05

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#298F97 (or 0x298F97) is known color: Java. HEX triplet: 29, 8F and 97. RGB value is (41,143,151). Sum of RGB (Red+Green+Blue) = 41+143+151=335 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.24% from 335); Green value is 143 (56.25% from 255 or 42.69% from 335); Blue value is 151 (59.38% from 255 or 45.07% from 335); Max value from RGB is 151 - color contains mainly: blue. Hex color #298F97 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298F97 is #D67068. Grayscale: #717171. Windows color (decimal): -14053481 or 9932585. OLE color: 9932585.

HSL color Cylindrical-coordinate representation of color #298F97: hue angle of 184.36º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #298F97 is Cyan = 0.73, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 41 143 151 -
CMYK 0.73 0.05 0 0.41
HSL 184.36º 0.57% 0.38% -
HSV(B) 184.36º 0.73% 0.59% -
XYZ 16.32 22.35 32.73 -
YUV 113.41 149.21 76.35 -
System Red Green Blue C M Y K H S L
Decimal 41 143 151 0.73 0.05 0 0.41 184.36 0.57 0.38
Hex 29 8F 97 49 5 0 29 B8 39 26
Octal 51 217 227 111 5 0 51 270 71 46
Binary 101001 10001111 10010111 1001001 101 0 101001 10111000 111001 100110

Color Harmonies of #298F97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298F97

Black with #298F97

Text Example


Text Example

White with #298F97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,143,151); }

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

background-color css

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

 a { background-color: rgb(41,143,151); }

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

border-color css

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

 span { border-color: rgb(41,143,151); }

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