Html Css Color HEX #359B95 Java

📋 copy color: '#359B95'

red 53 ◦ green 155 ◦ blue 149

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

Shades of Java #359B95

Tints of Java #359B95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 41.74%

R = 14.85%
G = 43.42%
B = 41.74%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.04

 K value IS 0.39

RGB Variations

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

Color information

#359B95 (or 0x359B95) is known color: Java. HEX triplet: 35, 9B and 95. RGB value is (53,155,149). Sum of RGB (Red+Green+Blue) = 53+155+149=357 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.85% from 357); Green value is 155 (60.94% from 255 or 43.42% from 357); Blue value is 149 (58.59% from 255 or 41.74% from 357); Max value from RGB is 155 - color contains mainly: green. Hex color #359B95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359B95 is #CA646A. Grayscale: #7B7B7B. Windows color (decimal): -13263979 or 9804597. OLE color: 9804597.

HSL color Cylindrical-coordinate representation of color #359B95: hue angle of 176.47º 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 #359B95 is Cyan = 0.66, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.39.

Color convert

RGB 53 155 149 -
CMYK 0.66 0 0.04 0.39
HSL 176.47º 0.49% 0.41% -
HSV(B) 176.47º 0.66% 0.61% -
XYZ 18.61 26.37 32.54 -
YUV 123.82 142.21 77.49 -
System Red Green Blue C M Y K H S L
Decimal 53 155 149 0.66 0 0.04 0.39 176.47 0.49 0.41
Hex 35 9B 95 42 0 4 27 B0 31 29
Octal 65 233 225 102 0 4 47 260 61 51
Binary 110101 10011011 10010101 1000010 0 100 100111 10110000 110001 101001

Color Harmonies of #359B95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359B95

Black with #359B95

Text Example


Text Example

White with #359B95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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