Html Css Color HEX #359D99 Java

📋 copy color: '#359D99'

red 53 ◦ green 157 ◦ blue 153

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

Shades of Java #359D99

Tints of Java #359D99

RGB

 RED value IS 53 (21.09% from 255) = 14.6%

 GREEN value IS 157 (61.72% from 255) = 43.25%

 BLUE value IS 153 (60.16% from 255) = 42.15%

R = 14.6%
G = 43.25%
B = 42.15%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.03

 K value IS 0.38

RGB Variations

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

Color information

#359D99 (or 0x359D99) is known color: Java. HEX triplet: 35, 9D and 99. RGB value is (53,157,153). Sum of RGB (Red+Green+Blue) = 53+157+153=363 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.60% from 363); Green value is 157 (61.72% from 255 or 43.25% from 363); Blue value is 153 (60.16% from 255 or 42.15% from 363); Max value from RGB is 157 - color contains mainly: green. Hex color #359D99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359D99 is #CA6266. Grayscale: #7D7D7D. Windows color (decimal): -13263463 or 10067253. OLE color: 10067253.

HSL color Cylindrical-coordinate representation of color #359D99: hue angle of 177.69º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #359D99 is Cyan = 0.66, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.

Color convert

RGB 53 157 153 -
CMYK 0.66 0 0.03 0.38
HSL 177.69º 0.5% 0.41% -
HSV(B) 177.69º 0.66% 0.62% -
XYZ 19.27 27.17 34.37 -
YUV 125.45 143.54 76.33 -
System Red Green Blue C M Y K H S L
Decimal 53 157 153 0.66 0 0.03 0.38 177.69 0.5 0.41
Hex 35 9D 99 42 0 3 26 B2 32 29
Octal 65 235 231 102 0 3 46 262 62 51
Binary 110101 10011101 10011001 1000010 0 11 100110 10110010 110010 101001

Color Harmonies of #359D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359D99

Black with #359D99

Text Example


Text Example

White with #359D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359D99; }

 p { color: rgb(53,157,153); }

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

background-color css

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

 a { background-color: rgb(53,157,153); }

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

border-color css

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

 span { border-color: rgb(53,157,153); }

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