Html Css Color HEX #369F9B Java

📋 copy color: '#369F9B'

red 54 ◦ green 159 ◦ blue 155

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

Shades of Java #369F9B

Tints of Java #369F9B

RGB

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

 GREEN value IS 159 (62.5% from 255) = 43.21%

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

R = 14.67%
G = 43.21%
B = 42.12%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.03

 K value IS 0.38

RGB Variations

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

Color information

#369F9B (or 0x369F9B) is known color: Java. HEX triplet: 36, 9F and 9B. RGB value is (54,159,155). Sum of RGB (Red+Green+Blue) = 54+159+155=368 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.67% from 368); Green value is 159 (62.5% from 255 or 43.21% from 368); Blue value is 155 (60.94% from 255 or 42.12% from 368); Max value from RGB is 159 - color contains mainly: green. Hex color #369F9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369F9B is #C96064. Grayscale: #7F7F7F. Windows color (decimal): -13197413 or 10198838. OLE color: 10198838.

HSL color Cylindrical-coordinate representation of color #369F9B: hue angle of 177.71º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #369F9B is Cyan = 0.66, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.

Color convert

RGB 54 159 155 -
CMYK 0.66 0 0.03 0.38
HSL 177.71º 0.49% 0.42% -
HSV(B) 177.71º 0.66% 0.62% -
XYZ 19.84 27.95 35.36 -
YUV 127.15 143.71 75.83 -
System Red Green Blue C M Y K H S L
Decimal 54 159 155 0.66 0 0.03 0.38 177.71 0.49 0.42
Hex 36 9F 9B 42 0 3 26 B2 31 2A
Octal 66 237 233 102 0 3 46 262 61 52
Binary 110110 10011111 10011011 1000010 0 11 100110 10110010 110001 101010

Color Harmonies of #369F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369F9B

Black with #369F9B

Text Example


Text Example

White with #369F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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