Html Css Color HEX #298E94 Java

📋 copy color: '#298E94'

red 41 ◦ green 142 ◦ blue 148

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

Shades of Java #298E94

Tints of Java #298E94

RGB

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

 GREEN value IS 142 (55.86% from 255) = 42.9%

 BLUE value IS 148 (58.2% from 255) = 44.71%

R = 12.39%
G = 42.9%
B = 44.71%

CMYK

 C value IS 0.72

 M value IS 0.04

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#298E94 (or 0x298E94) is known color: Java. HEX triplet: 29, 8E and 94. RGB value is (41,142,148). Sum of RGB (Red+Green+Blue) = 41+142+148=331 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.39% from 331); Green value is 142 (55.86% from 255 or 42.90% from 331); Blue value is 148 (58.20% from 255 or 44.71% from 331); Max value from RGB is 148 - color contains mainly: blue. Hex color #298E94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298E94 is #D6716B. Grayscale: #707070. Windows color (decimal): -14053740 or 9735721. OLE color: 9735721.

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

Color convert

RGB 41 142 148 -
CMYK 0.72 0.04 0 0.42
HSL 183.36º 0.57% 0.37% -
HSV(B) 183.36º 0.72% 0.58% -
XYZ 15.93 21.96 31.42 -
YUV 112.49 148.04 77.01 -
System Red Green Blue C M Y K H S L
Decimal 41 142 148 0.72 0.04 0 0.42 183.36 0.57 0.37
Hex 29 8E 94 48 4 0 2A B7 39 25
Octal 51 216 224 110 4 0 52 267 71 45
Binary 101001 10001110 10010100 1001000 100 0 101010 10110111 111001 100101

Color Harmonies of #298E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298E94

Black with #298E94

Text Example


Text Example

White with #298E94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,142,148); }

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

background-color css

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

 a { background-color: rgb(41,142,148); }

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

border-color css

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

 span { border-color: rgb(41,142,148); }

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