Html Css Color HEX #35999B Java

📋 copy color: '#35999B'

red 53 ◦ green 153 ◦ blue 155

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

Shades of Java #35999B

Tints of Java #35999B

RGB

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

 GREEN value IS 153 (60.16% from 255) = 42.38%

 BLUE value IS 155 (60.94% from 255) = 42.94%

R = 14.68%
G = 42.38%
B = 42.94%

CMYK

 C value IS 0.66

 M value IS 0.01

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#35999B (or 0x35999B) is known color: Java. HEX triplet: 35, 99 and 9B. RGB value is (53,153,155). Sum of RGB (Red+Green+Blue) = 53+153+155=361 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.68% from 361); Green value is 153 (60.16% from 255 or 42.38% from 361); Blue value is 155 (60.94% from 255 or 42.94% from 361); Max value from RGB is 155 - color contains mainly: blue. Hex color #35999B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35999B is #CA6664. Grayscale: #7B7B7B. Windows color (decimal): -13264485 or 10197301. OLE color: 10197301.

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

Color convert

RGB 53 153 155 -
CMYK 0.66 0.01 0 0.39
HSL 181.18º 0.49% 0.41% -
HSV(B) 181.18º 0.66% 0.61% -
XYZ 18.78 25.91 35.02 -
YUV 123.33 145.87 77.84 -
System Red Green Blue C M Y K H S L
Decimal 53 153 155 0.66 0.01 0 0.39 181.18 0.49 0.41
Hex 35 99 9B 42 1 0 27 B5 31 29
Octal 65 231 233 102 1 0 47 265 61 51
Binary 110101 10011001 10011011 1000010 1 0 100111 10110101 110001 101001

Color Harmonies of #35999B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35999B

Black with #35999B

Text Example


Text Example

White with #35999B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35999B; }

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

 H1.HeaderClassName
 {
   color: #35999B;
 }
 .AnyTagClassName
 {
   color: #35999B;
 }
</style>

background-color css

<style>
 a { background-color: #35999B; }

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

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

border-color css

<style>
 span { border-color: #35999B; }

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

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