Html Css Color HEX #359898 Java

📋 copy color: '#359898'

red 53 ◦ green 152 ◦ blue 152

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

Shades of Java #359898

Tints of Java #359898

RGB

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

 GREEN value IS 152 (59.77% from 255) = 42.58%

 BLUE value IS 152 (59.77% from 255) = 42.58%

R = 14.85%
G = 42.58%
B = 42.58%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#359898 (or 0x359898) is known color: Java. HEX triplet: 35, 98 and 98. RGB value is (53,152,152). Sum of RGB (Red+Green+Blue) = 53+152+152=357 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.85% from 357); Green value is 152 (59.77% from 255 or 42.58% from 357); Blue value is 152 (59.77% from 255 or 42.58% from 357); Max value from RGB is 152 - color contains mainly: green, blue. Hex color #359898 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359898 is #CA6767. Grayscale: #7A7A7A. Windows color (decimal): -13264744 or 10000437. OLE color: 10000437.

HSL color Cylindrical-coordinate representation of color #359898: hue angle of 180º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #359898 is Cyan = 0.65, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 53 152 152 -
CMYK 0.65 0 0 0.40
HSL 180º 0.48% 0.4% -
HSV(B) 180º 0.65% 0.6% -
XYZ 18.36 25.48 33.66 -
YUV 122.4 144.7 78.5 -
System Red Green Blue C M Y K H S L
Decimal 53 152 152 0.65 0 0 0.40 180 0.48 0.4
Hex 35 98 98 41 0 0 28 B4 30 28
Octal 65 230 230 101 0 0 50 264 60 50
Binary 110101 10011000 10011000 1000001 0 0 101000 10110100 110000 101000

Color Harmonies of #359898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359898

Black with #359898

Text Example


Text Example

White with #359898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359898; }

 p { color: rgb(53,152,152); }

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

background-color css

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

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

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

border-color css

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

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

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