#369B9D

Color #369B9D Java (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Java #369B9D

Tints of Java #369B9D

Color information

#369B9D (or 0x369B9D) is unknown color: approx Java. HEX triplet: 36, 9B and 9D. RGB value is (54,155,157). Sum of RGB (Red+Green+Blue) = 54+155+157=366 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.75% from 366); Green value is 155 (60.94% from 255 or 42.35% from 366); Blue value is 157 (61.72% from 255 or 42.90% from 366); Max value from RGB is 157 - color contains mainly: blue. Hex color #369B9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369B9D is #C96462. Grayscale: #7C7C7C. Windows color (decimal): -13198435 or 10328886. OLE color: 10328886.

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

Color convert

RGB54155157-
CMYK0.660.0100.38
HSL181.17º48.82%41.37%-
HSV(B)181.17º65.61%61.57%-
XYZ19.3326.6636.03-
YUV125.03146.0477.34-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 14.75%
GREEN value IS 155 (60.94% from 255) = 42.35%
BLUE value IS 157 (61.72% from 255) = 42.90%
R=14.75%
G=42.35%
B=42.90%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal541551570.660.0100.38181.1748.8241.37
Hex369B9D421026b53129
Octal6623323510210462656151
Binary110110100110111001110110000101010011010110101110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #369B9D;
 }
 .AnyTagClassName
 {
   color: #369B9D;
 }
</style>
background-color css

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

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

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

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

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

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