Html Css Color HEX #299FA5 Java

📋 copy color: '#299FA5'

red 41 ◦ green 159 ◦ blue 165

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

Shades of Java #299FA5

Tints of Java #299FA5

RGB

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

 GREEN value IS 159 (62.5% from 255) = 43.56%

 BLUE value IS 165 (64.84% from 255) = 45.21%

R = 11.23%
G = 43.56%
B = 45.21%

CMYK

 C value IS 0.75

 M value IS 0.04

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#299FA5 (or 0x299FA5) is known color: Java. HEX triplet: 29, 9F and A5. RGB value is (41,159,165). Sum of RGB (Red+Green+Blue) = 41+159+165=365 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.23% from 365); Green value is 159 (62.5% from 255 or 43.56% from 365); Blue value is 165 (64.84% from 255 or 45.21% from 365); Max value from RGB is 165 - color contains mainly: blue. Hex color #299FA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299FA5 is #D6605A. Grayscale: #7C7C7C. Windows color (decimal): -14049371 or 10854185. OLE color: 10854185.

HSL color Cylindrical-coordinate representation of color #299FA5: hue angle of 182.9º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #299FA5 is Cyan = 0.75, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 41 159 165 -
CMYK 0.75 0.04 0 0.35
HSL 182.9º 0.6% 0.4% -
HSV(B) 182.9º 0.75% 0.65% -
XYZ 20.1 27.98 39.94 -
YUV 124.4 150.91 68.51 -
System Red Green Blue C M Y K H S L
Decimal 41 159 165 0.75 0.04 0 0.35 182.9 0.6 0.4
Hex 29 9F A5 4B 4 0 23 B7 3C 28
Octal 51 237 245 113 4 0 43 267 74 50
Binary 101001 10011111 10100101 1001011 100 0 100011 10110111 111100 101000

Color Harmonies of #299FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299FA5

Black with #299FA5

Text Example


Text Example

White with #299FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299FA5; }

 p { color: rgb(41,159,165); }

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

background-color css

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

 a { background-color: rgb(41,159,165); }

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

border-color css

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

 span { border-color: rgb(41,159,165); }

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