Html Css Color HEX #369B9A Java

📋 copy color: '#369B9A'

red 54 ◦ green 155 ◦ blue 154

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

Shades of Java #369B9A

Tints of Java #369B9A

RGB

 RED value IS 54 (21.48% from 255) = 14.88%

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

 BLUE value IS 154 (60.55% from 255) = 42.42%

R = 14.88%
G = 42.7%
B = 42.42%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.01

 K value IS 0.39

RGB Variations

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

Color information

#369B9A (or 0x369B9A) is known color: Java. HEX triplet: 36, 9B and 9A. RGB value is (54,155,154). Sum of RGB (Red+Green+Blue) = 54+155+154=363 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.88% from 363); Green value is 155 (60.94% from 255 or 42.70% from 363); Blue value is 154 (60.55% from 255 or 42.42% from 363); Max value from RGB is 155 - color contains mainly: green. Hex color #369B9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369B9A is #C96465. Grayscale: #7C7C7C. Windows color (decimal): -13198438 or 10132278. OLE color: 10132278.

HSL color Cylindrical-coordinate representation of color #369B9A: hue angle of 179.41º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #369B9A is Cyan = 0.65, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.39.

Color convert

RGB 54 155 154 -
CMYK 0.65 0 0.01 0.39
HSL 179.41º 0.48% 0.41% -
HSV(B) 179.41º 0.65% 0.61% -
XYZ 19.08 26.56 34.69 -
YUV 124.69 144.54 77.58 -
System Red Green Blue C M Y K H S L
Decimal 54 155 154 0.65 0 0.01 0.39 179.41 0.48 0.41
Hex 36 9B 9A 41 0 1 27 B3 30 29
Octal 66 233 232 101 0 1 47 263 60 51
Binary 110110 10011011 10011010 1000001 0 1 100111 10110011 110000 101001

Color Harmonies of #369B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369B9A

Black with #369B9A

Text Example


Text Example

White with #369B9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #369B9A; }

 p { color: rgb(54,155,154); }

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

background-color css

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

 a { background-color: rgb(54,155,154); }

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

border-color css

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

 span { border-color: rgb(54,155,154); }

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