Html Css Color HEX #298990 Java

📋 copy color: '#298990'

red 41 ◦ green 137 ◦ blue 144

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

Shades of Java #298990

Tints of Java #298990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 44.72%

R = 12.73%
G = 42.55%
B = 44.72%

CMYK

 C value IS 0.72

 M value IS 0.05

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#298990 (or 0x298990) is known color: Java. HEX triplet: 29, 89 and 90. RGB value is (41,137,144). Sum of RGB (Red+Green+Blue) = 41+137+144=322 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.73% from 322); Green value is 137 (53.91% from 255 or 42.55% from 322); Blue value is 144 (56.64% from 255 or 44.72% from 322); Max value from RGB is 144 - color contains mainly: blue. Hex color #298990 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298990 is #D6766F. Grayscale: #6C6C6C. Windows color (decimal): -14055024 or 9472297. OLE color: 9472297.

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

Color convert

RGB 41 137 144 -
CMYK 0.72 0.05 0 0.44
HSL 184.08º 0.56% 0.36% -
HSV(B) 184.08º 0.72% 0.56% -
XYZ 14.89 20.38 29.53 -
YUV 109.09 147.7 79.43 -
System Red Green Blue C M Y K H S L
Decimal 41 137 144 0.72 0.05 0 0.44 184.08 0.56 0.36
Hex 29 89 90 48 5 0 2C B8 38 24
Octal 51 211 220 110 5 0 54 270 70 44
Binary 101001 10001001 10010000 1001000 101 0 101100 10111000 111000 100100

Color Harmonies of #298990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298990

Black with #298990

Text Example


Text Example

White with #298990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298990; }

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

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

background-color css

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

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

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

border-color css

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

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

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