Html Css Color HEX #359B9D Java

📋 copy color: '#359B9D'

red 53 ◦ green 155 ◦ blue 157

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

Shades of Java #359B9D

Tints of Java #359B9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 43.01%

R = 14.52%
G = 42.47%
B = 43.01%

CMYK

 C value IS 0.66

 M value IS 0.01

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#359B9D (or 0x359B9D) is known color: Java. HEX triplet: 35, 9B and 9D. RGB value is (53,155,157). Sum of RGB (Red+Green+Blue) = 53+155+157=365 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.52% from 365); Green value is 155 (60.94% from 255 or 42.47% from 365); Blue value is 157 (61.72% from 255 or 43.01% from 365); Max value from RGB is 157 - color contains mainly: blue. Hex color #359B9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359B9D is #CA6462. Grayscale: #7C7C7C. Windows color (decimal): -13263971 or 10328885. OLE color: 10328885.

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

Color convert

RGB 53 155 157 -
CMYK 0.66 0.01 0 0.38
HSL 181.15º 0.5% 0.41% -
HSV(B) 181.15º 0.66% 0.62% -
XYZ 19.28 26.63 36.02 -
YUV 124.73 146.21 76.84 -
System Red Green Blue C M Y K H S L
Decimal 53 155 157 0.66 0.01 0 0.38 181.15 0.5 0.41
Hex 35 9B 9D 42 1 0 26 B5 32 29
Octal 65 233 235 102 1 0 46 265 62 51
Binary 110101 10011011 10011101 1000010 1 0 100110 10110101 110010 101001

Color Harmonies of #359B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359B9D

Black with #359B9D

Text Example


Text Example

White with #359B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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