Html Css Color HEX #359B97 Java

📋 copy color: '#359B97'

red 53 ◦ green 155 ◦ blue 151

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

Shades of Java #359B97

Tints of Java #359B97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 42.06%

R = 14.76%
G = 43.18%
B = 42.06%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.03

 K value IS 0.39

RGB Variations

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

Color information

#359B97 (or 0x359B97) is known color: Java. HEX triplet: 35, 9B and 97. RGB value is (53,155,151). Sum of RGB (Red+Green+Blue) = 53+155+151=359 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.76% from 359); Green value is 155 (60.94% from 255 or 43.18% from 359); Blue value is 151 (59.38% from 255 or 42.06% from 359); Max value from RGB is 155 - color contains mainly: green. Hex color #359B97 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359B97 is #CA6468. Grayscale: #7B7B7B. Windows color (decimal): -13263977 or 9935669. OLE color: 9935669.

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

Color convert

RGB 53 155 151 -
CMYK 0.66 0 0.03 0.39
HSL 177.65º 0.49% 0.41% -
HSV(B) 177.65º 0.66% 0.61% -
XYZ 18.78 26.43 33.39 -
YUV 124.05 143.21 77.33 -
System Red Green Blue C M Y K H S L
Decimal 53 155 151 0.66 0 0.03 0.39 177.65 0.49 0.41
Hex 35 9B 97 42 0 3 27 B2 31 29
Octal 65 233 227 102 0 3 47 262 61 51
Binary 110101 10011011 10010111 1000010 0 11 100111 10110010 110001 101001

Color Harmonies of #359B97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359B97

Black with #359B97

Text Example


Text Example

White with #359B97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,155,151); }

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

background-color css

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

 a { background-color: rgb(53,155,151); }

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

border-color css

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

 span { border-color: rgb(53,155,151); }

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