Html Css Color HEX #298C92 Java

📋 copy color: '#298C92'

red 41 ◦ green 140 ◦ blue 146

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

Shades of Java #298C92

Tints of Java #298C92

RGB

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

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

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

R = 12.54%
G = 42.81%
B = 44.65%

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

#298C92 (or 0x298C92) is known color: Java. HEX triplet: 29, 8C and 92. RGB value is (41,140,146). Sum of RGB (Red+Green+Blue) = 41+140+146=327 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.54% from 327); Green value is 140 (55.08% from 255 or 42.81% from 327); Blue value is 146 (57.42% from 255 or 44.65% from 327); Max value from RGB is 146 - color contains mainly: blue. Hex color #298C92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298C92 is #D6736D. Grayscale: #6E6E6E. Windows color (decimal): -14054254 or 9604137. OLE color: 9604137.

HSL color Cylindrical-coordinate representation of color #298C92: hue angle of 183.43º 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 #298C92 is Cyan = 0.72, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 41 140 146 -
CMYK 0.72 0.04 0 0.43
HSL 183.43º 0.56% 0.37% -
HSV(B) 183.43º 0.72% 0.57% -
XYZ 15.48 21.3 30.49 -
YUV 111.08 147.7 78.01 -
System Red Green Blue C M Y K H S L
Decimal 41 140 146 0.72 0.04 0 0.43 183.43 0.56 0.37
Hex 29 8C 92 48 4 0 2B B7 38 25
Octal 51 214 222 110 4 0 53 267 70 45
Binary 101001 10001100 10010010 1001000 100 0 101011 10110111 111000 100101

Color Harmonies of #298C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298C92

Black with #298C92

Text Example


Text Example

White with #298C92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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