Html Css Color HEX #299BA0 Java

📋 copy color: '#299BA0'

red 41 ◦ green 155 ◦ blue 160

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

Shades of Java #299BA0

Tints of Java #299BA0

RGB

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

 GREEN value IS 155 (60.94% from 255) = 43.54%

 BLUE value IS 160 (62.89% from 255) = 44.94%

R = 11.52%
G = 43.54%
B = 44.94%

CMYK

 C value IS 0.74

 M value IS 0.03

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#299BA0 (or 0x299BA0) is known color: Java. HEX triplet: 29, 9B and A0. RGB value is (41,155,160). Sum of RGB (Red+Green+Blue) = 41+155+160=356 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.52% from 356); Green value is 155 (60.94% from 255 or 43.54% from 356); Blue value is 160 (62.89% from 255 or 44.94% from 356); Max value from RGB is 160 - color contains mainly: blue. Hex color #299BA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299BA0 is #D6645F. Grayscale: #797979. Windows color (decimal): -14050400 or 10525481. OLE color: 10525481.

HSL color Cylindrical-coordinate representation of color #299BA0: hue angle of 182.52º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #299BA0 is Cyan = 0.74, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 41 155 160 -
CMYK 0.74 0.03 0 0.37
HSL 182.52º 0.59% 0.39% -
HSV(B) 182.52º 0.74% 0.63% -
XYZ 18.98 26.45 37.36 -
YUV 121.48 149.73 70.59 -
System Red Green Blue C M Y K H S L
Decimal 41 155 160 0.74 0.03 0 0.37 182.52 0.59 0.39
Hex 29 9B A0 4A 3 0 25 B7 3B 27
Octal 51 233 240 112 3 0 45 267 73 47
Binary 101001 10011011 10100000 1001010 11 0 100101 10110111 111011 100111

Color Harmonies of #299BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299BA0

Black with #299BA0

Text Example


Text Example

White with #299BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,155,160); }

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

background-color css

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

 a { background-color: rgb(41,155,160); }

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

border-color css

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

 span { border-color: rgb(41,155,160); }

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