Html Css Color HEX #298992 Java

📋 copy color: '#298992'

red 41 ◦ green 137 ◦ blue 146

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

Shades of Java #298992

Tints of Java #298992

RGB

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

 GREEN value IS 137 (53.91% from 255) = 42.28%

 BLUE value IS 146 (57.42% from 255) = 45.06%

R = 12.65%
G = 42.28%
B = 45.06%

CMYK

 C value IS 0.72

 M value IS 0.06

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#298992 (or 0x298992) is known color: Java. HEX triplet: 29, 89 and 92. RGB value is (41,137,146). Sum of RGB (Red+Green+Blue) = 41+137+146=324 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.65% from 324); Green value is 137 (53.91% from 255 or 42.28% from 324); Blue value is 146 (57.42% from 255 or 45.06% from 324); Max value from RGB is 146 - color contains mainly: blue. Hex color #298992 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298992 is #D6766D. Grayscale: #6D6D6D. Windows color (decimal): -14055022 or 9603369. OLE color: 9603369.

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

Color convert

RGB 41 137 146 -
CMYK 0.72 0.06 0 0.43
HSL 185.14º 0.56% 0.37% -
HSV(B) 185.14º 0.72% 0.57% -
XYZ 15.05 20.44 30.35 -
YUV 109.32 148.7 79.27 -
System Red Green Blue C M Y K H S L
Decimal 41 137 146 0.72 0.06 0 0.43 185.14 0.56 0.37
Hex 29 89 92 48 6 0 2B B9 38 25
Octal 51 211 222 110 6 0 53 271 70 45
Binary 101001 10001001 10010010 1001000 110 0 101011 10111001 111000 100101

Color Harmonies of #298992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298992

Black with #298992

Text Example


Text Example

White with #298992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298992; }

 p { color: rgb(41,137,146); }

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

background-color css

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

 a { background-color: rgb(41,137,146); }

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

border-color css

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

 span { border-color: rgb(41,137,146); }

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