Html Css Color HEX #369D98 Java

📋 copy color: '#369D98'

red 54 ◦ green 157 ◦ blue 152

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

Shades of Java #369D98

Tints of Java #369D98

RGB

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

 GREEN value IS 157 (61.72% from 255) = 43.25%

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

R = 14.88%
G = 43.25%
B = 41.87%

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

#369D98 (or 0x369D98) is known color: Java. HEX triplet: 36, 9D and 98. RGB value is (54,157,152). Sum of RGB (Red+Green+Blue) = 54+157+152=363 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.88% from 363); Green value is 157 (61.72% from 255 or 43.25% from 363); Blue value is 152 (59.77% from 255 or 41.87% from 363); Max value from RGB is 157 - color contains mainly: green. Hex color #369D98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369D98 is #C96267. Grayscale: #7D7D7D. Windows color (decimal): -13197928 or 10001718. OLE color: 10001718.

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

Color convert

RGB 54 157 152 -
CMYK 0.66 0 0.03 0.38
HSL 177.09º 0.49% 0.41% -
HSV(B) 177.09º 0.66% 0.62% -
XYZ 19.25 27.17 33.93 -
YUV 125.63 142.88 76.91 -
System Red Green Blue C M Y K H S L
Decimal 54 157 152 0.66 0 0.03 0.38 177.09 0.49 0.41
Hex 36 9D 98 42 0 3 26 B1 31 29
Octal 66 235 230 102 0 3 46 261 61 51
Binary 110110 10011101 10011000 1000010 0 11 100110 10110001 110001 101001

Color Harmonies of #369D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369D98

Black with #369D98

Text Example


Text Example

White with #369D98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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