Html Css Color HEX #369D99 Java

📋 copy color: '#369D99'

red 54 ◦ green 157 ◦ blue 153

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

Shades of Java #369D99

Tints of Java #369D99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 42.03%

R = 14.84%
G = 43.13%
B = 42.03%

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

#369D99 (or 0x369D99) is known color: Java. HEX triplet: 36, 9D and 99. RGB value is (54,157,153). Sum of RGB (Red+Green+Blue) = 54+157+153=364 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.84% from 364); Green value is 157 (61.72% from 255 or 43.13% from 364); Blue value is 153 (60.16% from 255 or 42.03% from 364); Max value from RGB is 157 - color contains mainly: green. Hex color #369D99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369D99 is #C96266. Grayscale: #7D7D7D. Windows color (decimal): -13197927 or 10067254. OLE color: 10067254.

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

Color convert

RGB 54 157 153 -
CMYK 0.66 0 0.03 0.38
HSL 177.67º 0.49% 0.41% -
HSV(B) 177.67º 0.66% 0.62% -
XYZ 19.33 27.2 34.37 -
YUV 125.75 143.38 76.83 -
System Red Green Blue C M Y K H S L
Decimal 54 157 153 0.66 0 0.03 0.38 177.67 0.49 0.41
Hex 36 9D 99 42 0 3 26 B2 31 29
Octal 66 235 231 102 0 3 46 262 61 51
Binary 110110 10011101 10011001 1000010 0 11 100110 10110010 110001 101001

Color Harmonies of #369D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369D99

Black with #369D99

Text Example


Text Example

White with #369D99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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