Html Css Color HEX #359B94 Java

📋 copy color: '#359B94'

red 53 ◦ green 155 ◦ blue 148

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

Shades of Java #359B94

Tints of Java #359B94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 41.57%

R = 14.89%
G = 43.54%
B = 41.57%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.05

 K value IS 0.39

RGB Variations

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

Color information

#359B94 (or 0x359B94) is known color: Java. HEX triplet: 35, 9B and 94. RGB value is (53,155,148). Sum of RGB (Red+Green+Blue) = 53+155+148=356 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.89% from 356); Green value is 155 (60.94% from 255 or 43.54% from 356); Blue value is 148 (58.20% from 255 or 41.57% from 356); Max value from RGB is 155 - color contains mainly: green. Hex color #359B94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359B94 is #CA646B. Grayscale: #7B7B7B. Windows color (decimal): -13263980 or 9739061. OLE color: 9739061.

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

Color convert

RGB 53 155 148 -
CMYK 0.66 0 0.05 0.39
HSL 175.88º 0.49% 0.41% -
HSV(B) 175.88º 0.66% 0.61% -
XYZ 18.53 26.34 32.12 -
YUV 123.7 141.71 77.57 -
System Red Green Blue C M Y K H S L
Decimal 53 155 148 0.66 0 0.05 0.39 175.88 0.49 0.41
Hex 35 9B 94 42 0 5 27 B0 31 29
Octal 65 233 224 102 0 5 47 260 61 51
Binary 110101 10011011 10010100 1000010 0 101 100111 10110000 110001 101001

Color Harmonies of #359B94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359B94

Black with #359B94

Text Example


Text Example

White with #359B94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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